summaryrefslogtreecommitdiff
path: root/sd/source/ui/app/strings.src
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/app/strings.src')
-rw-r--r--[-rwxr-xr-x]sd/source/ui/app/strings.src5
1 files changed, 4 insertions, 1 deletions
diff --git a/sd/source/ui/app/strings.src b/sd/source/ui/app/strings.src
index bb1199fdd352..7e87b246d371 100755..100644
--- 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" ;
@@ -440,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
{
@@ -456,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";