[Libreoffice-commits] core.git: sd/source

Caolán McNamara caolanm at redhat.com
Mon May 13 07:50:56 PDT 2013


 sd/source/ui/app/strings.src |    5 +++++
 sd/source/ui/inc/strings.hrc |    1 +
 2 files changed, 6 insertions(+)

New commits:
commit 3986bd60487e1a6cf36b98a76f2eebd5afa397ae
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Mon May 13 15:50:10 2013 +0100

    restore STR_PHOTO_ALBUM_TEXTBOX to fix build
    
    Change-Id: I7b8924406735d687cf16123880942530a8b42c7a

diff --git a/sd/source/ui/app/strings.src b/sd/source/ui/app/strings.src
index 8b90e5f..eb6b959 100644
--- a/sd/source/ui/app/strings.src
+++ b/sd/source/ui/app/strings.src
@@ -1273,4 +1273,9 @@ String STR_PHOTO_ALBUM_EMPTY_WARNING
      Text [ en-US ] = "Please add Images to the Album." ;
 };
 
+String STR_PHOTO_ALBUM_TEXTBOX
+{
+    Text [ en-US ] = "Text Slide";
+};
+
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sd/source/ui/inc/strings.hrc b/sd/source/ui/inc/strings.hrc
index e59dbeb..19816b9 100644
--- a/sd/source/ui/inc/strings.hrc
+++ b/sd/source/ui/inc/strings.hrc
@@ -416,6 +416,7 @@
 #define STR_ACC_DIALOG_DESC                             (RID_APP_START+728)
 
 #define STR_PHOTO_ALBUM_EMPTY_WARNING                   (RID_APP_START+729)
+#define STR_PHOTO_ALBUM_TEXTBOX                   (RID_APP_START+730)
 
 /******************************************************************************
 * The ids in glob.hrc start at RID_APP_START+750!


More information about the Libreoffice-commits mailing list