Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
e7808c25
Kaydet (Commit)
e7808c25
authored
Nis 12, 2013
tarafından
Andras Timar
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
make Photo Album warning string localizable
Change-Id: Ib57d76313732fed18d1d3b91b27df33d60dabf2b
üst
d99f5296
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
2 deletions
+8
-2
strings.src
sd/source/ui/app/strings.src
+5
-0
PhotoAlbumDialog.cxx
sd/source/ui/dlg/PhotoAlbumDialog.cxx
+2
-2
strings.hrc
sd/source/ui/inc/strings.hrc
+1
-0
No files found.
sd/source/ui/app/strings.src
Dosyayı görüntüle @
e7808c25
...
...
@@ -1278,4 +1278,9 @@ String STR_PHOTO_ALBUM_AUTHOR
Text [ en-US ] = "Author:" ;
};
String STR_PHOTO_ALBUM_EMPTY_WARNING
{
Text [ en-US ] = "Please add images to the album." ;
};
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
sd/source/ui/dlg/PhotoAlbumDialog.cxx
Dosyayı görüntüle @
e7808c25
...
...
@@ -92,8 +92,8 @@ IMPL_LINK_NOARG(SdPhotoAlbumDialog, CreateHdl)
{
if
(
pImagesLst
->
GetEntryCount
()
==
0
)
{
InfoBox
aInfo
(
this
,
OUString
(
"Please add images to the album."
));
a
Info
.
Execute
();
WarningBox
aWarning
(
this
,
WB_OK
,
SD_RESSTR
(
STR_PHOTO_ALBUM_EMPTY_WARNING
));
a
Warning
.
Execute
();
}
else
{
...
...
sd/source/ui/inc/strings.hrc
Dosyayı görüntüle @
e7808c25
...
...
@@ -417,6 +417,7 @@
#define STR_PHOTO_ALBUM_TITLE (RID_APP_START+729)
#define STR_PHOTO_ALBUM_AUTHOR (RID_APP_START+730)
#define STR_PHOTO_ALBUM_EMPTY_WARNING (RID_APP_START+731)
/******************************************************************************
* The ids in glob.hrc start at RID_APP_START+750!
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment