[Libreoffice-commits] .: sd/source
Kohei Yoshida
kohei at kemper.freedesktop.org
Wed Mar 23 16:04:49 PDT 2011
sd/source/ui/app/res_bmp.src | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
New commits:
commit 4b7c695414ee5931ac5c771c9ff9f1984d94e595
Author: Kohei Yoshida <kyoshida at novell.com>
Date: Wed Mar 23 19:02:18 2011 -0400
These string ID's are no longer resolved. Do as Writer does.
diff --git a/sd/source/ui/app/res_bmp.src b/sd/source/ui/app/res_bmp.src
index 3f95026..e3d3a2f 100755
--- a/sd/source/ui/app/res_bmp.src
+++ b/sd/source/ui/app/res_bmp.src
@@ -263,9 +263,9 @@ SfxStyleFamilies DLG_STYLE_DESIGNER
StyleFamily = SFX_STYLE_FAMILY_PARA ;
FilterList =
{
- < STR_STYLE_FILTER_ALL ; SFXSTYLEBIT_ALL ; > ;
- < STR_STYLE_FILTER_USED ; SFXSTYLEBIT_USED ; > ;
- < STR_STYLE_FILTER_USERDEF ; SFXSTYLEBIT_USERDEF ; > ;
+ < "All Styles" ; SFXSTYLEBIT_ALL ; > ;
+ < "Applied Styles" ; SFXSTYLEBIT_USED ; > ;
+ < "Custom Styles" ; SFXSTYLEBIT_USERDEF ; > ;
};
};
SfxStyleFamilyItem RID_PRESENTATIONSTYLEFAMILY
@@ -274,7 +274,7 @@ SfxStyleFamilies DLG_STYLE_DESIGNER
StyleFamily = SFX_STYLE_FAMILY_PSEUDO ;
FilterList =
{
- < STR_STYLE_FILTER_ALL ; SFXSTYLEBIT_ALL ; > ;
+ < "All Styles" ; SFXSTYLEBIT_ALL ; > ;
};
};
};
More information about the Libreoffice-commits
mailing list