summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKatarina Behrens <bubli@bubli.org>2013-08-02 13:19:47 +0200
committerKatarina Behrens <bubli@bubli.org>2013-08-02 23:58:42 +0200
commit33983bdb94b63ffadd13bd10c976b4d3a6a5469c (patch)
treed1457d78618b11b5d2af08b3a7c0a43ab0e5d96b
parent9695f38ca4ab26b40524f2eade98c45f0360131d (diff)
Put back the string lost in .ui migration
Change-Id: I5f91a2889bce8bfb7524d819dab9fdec13c689bf
-rw-r--r--sd/source/ui/animations/CustomAnimation.hrc1
-rw-r--r--sd/source/ui/animations/CustomAnimation.src5
-rw-r--r--sd/source/ui/animations/CustomAnimationCreateDialog.cxx4
3 files changed, 8 insertions, 2 deletions
diff --git a/sd/source/ui/animations/CustomAnimation.hrc b/sd/source/ui/animations/CustomAnimation.hrc
index 55ff7b6622ca..0003f307d81e 100644
--- a/sd/source/ui/animations/CustomAnimation.hrc
+++ b/sd/source/ui/animations/CustomAnimation.hrc
@@ -93,6 +93,7 @@
#define STR_CUSTOMANIMATION_GRADUAL RID_CUSTOMANIMATION_START+34
#define STR_CUSTOMANIMATION_TRIGGER RID_CUSTOMANIMATION_START+35
#define STR_CUSTOMANIMATION_LIST_HELPTEXT RID_CUSTOMANIMATION_START+36
+#define STR_CUSTOMANIMATION_USERPATH RID_CUSTOMANIMATION_START+37
#define CM_WITH_CLICK 1
#define CM_WITH_PREVIOUS 2
diff --git a/sd/source/ui/animations/CustomAnimation.src b/sd/source/ui/animations/CustomAnimation.src
index 129eba7a6cd0..74696b0d17dc 100644
--- a/sd/source/ui/animations/CustomAnimation.src
+++ b/sd/source/ui/animations/CustomAnimation.src
@@ -384,6 +384,11 @@ String STR_CUSTOMANIMATION_LIST_HELPTEXT
Text [ en-US ] = "First select the slide element and then click 'Add...' to add an animation effect.";
};
+String STR_CUSTOMANIMATION_USERPATH
+{
+ Text [ en-US ] = "User paths";
+};
+
Image IMG_CUSTOMANIMATION_ON_CLICK
{
ImageBitmap = Bitmap { File = "click_16.png" ; };
diff --git a/sd/source/ui/animations/CustomAnimationCreateDialog.cxx b/sd/source/ui/animations/CustomAnimationCreateDialog.cxx
index 138f8a0b7c86..a3f9a8a74838 100644
--- a/sd/source/ui/animations/CustomAnimationCreateDialog.cxx
+++ b/sd/source/ui/animations/CustomAnimationCreateDialog.cxx
@@ -206,7 +206,7 @@ private:
private:
CategoryListBox* mpLBEffects;
FixedText* mpFTSpeed;
- ListBox* mpCBSpeed;
+ ListBox* mpCBSpeed;
CheckBox* mpCBXPReview;
CustomAnimationCreateDialog* mpParent;
@@ -256,7 +256,7 @@ CustomAnimationCreateTabPage::CustomAnimationCreateTabPage( Window* pParent, Cus
get( mpCBSpeed, "effect_speed_list" );
get( mpCBXPReview, "auto_preview" );
- String sMotionPathLabel( SdResId( STR_USERPATH ) );
+ String sMotionPathLabel( SdResId( STR_CUSTOMANIMATION_USERPATH ) );
sal_uInt16 nFirstEffect = LISTBOX_ENTRY_NOTFOUND;