summaryrefslogtreecommitdiffstats
path: root/sd/source/ui/app/strings.src
diff options
context:
space:
mode:
authorChristian Lippka ORACLE <christian.lippka@oracle.com>2010-11-29 14:26:46 +0100
committerChristian Lippka ORACLE <christian.lippka@oracle.com>2010-11-29 14:26:46 +0100
commitc51ee17ac0727053bdb88c6ba485789e09f668d9 (patch)
tree38436fb8f86a61a04da6fb10daf0e7e44a66961d /sd/source/ui/app/strings.src
parentimpressdefaults1: #i113957# enable full width by default for 'Default' style ... (diff)
parentCWS-TOOLING: integrate CWS dba34a (diff)
downloadcore-c51ee17ac0727053bdb88c6ba485789e09f668d9.tar.gz
core-c51ee17ac0727053bdb88c6ba485789e09f668d9.zip
impressdefaults1: merge
Diffstat (limited to 'sd/source/ui/app/strings.src')
-rwxr-xr-xsd/source/ui/app/strings.src9
1 files changed, 4 insertions, 5 deletions
diff --git a/sd/source/ui/app/strings.src b/sd/source/ui/app/strings.src
index e992e7016f04..7e87b246d371 100755
--- a/sd/source/ui/app/strings.src
+++ b/sd/source/ui/app/strings.src
@@ -26,6 +26,8 @@
************************************************************************/
#include "strings.hrc"
#include "glob.hrc"
+#include "helpids.h"
+
String STR_DRAW_TOOLBOX
{
Text [ en-US ] = "Drawings Toolbar" ;
@@ -86,10 +88,6 @@ String RID_APPTITLE
{
Text = "StarImpress 4.0" ;
};
-String STR_DEFAULTVIEW
-{
- Text [ en-US ] = "Default" ;
-};
String STR_NULL
{
Text [ en-US ] = "None" ;
@@ -444,7 +442,7 @@ ModalDialog RID_UNDO_DELETE_WARNING
Moveable = TRUE;
Closeable = TRUE;
- HelpID = RID_UNDO_DELETE_WARNING;
+ HelpID = HID_UNDO_DELETE_WARNING;
FixedImage IMG_UNDO_DELETE_WARNING
{
@@ -460,6 +458,7 @@ ModalDialog RID_UNDO_DELETE_WARNING
};
CheckBox CB_UNDO_DELETE_DISABLE
{
+ HelpID = "sd:CheckBox:RID_UNDO_DELETE_WARNING:CB_UNDO_DELETE_DISABLE";
Pos = MAP_APPFONT( 39, (4 * 12) + 9 );
Size = MAP_APPFONT( 175, 12 );
Text [ en-US ] = "~Do not show this warning again";