summaryrefslogtreecommitdiff
path: root/sw/inc/globals.hrc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-11-26 16:53:00 +0000
committerCaolán McNamara <caolanm@redhat.com>2012-11-26 16:56:45 +0000
commit0052235753832c28e66e367c8bff244dcf7affb7 (patch)
treed5c19ba5d0f30f999842dbaef3b0fff6f5def0b4 /sw/inc/globals.hrc
parent1a622833635d76134426db76b32cf730443a0eab (diff)
set default script text in .ui
and move last javascript string into global strings Change-Id: I51f0e18e77ab1696d5b70c98698b81ac6122f970
Diffstat (limited to 'sw/inc/globals.hrc')
-rw-r--r--sw/inc/globals.hrc10
1 files changed, 6 insertions, 4 deletions
diff --git a/sw/inc/globals.hrc b/sw/inc/globals.hrc
index 34ba27071552..4473eb47235c 100644
--- a/sw/inc/globals.hrc
+++ b/sw/inc/globals.hrc
@@ -54,13 +54,15 @@
#define STR_TOP_BASE (RC_GLOBALS_BEGIN + 30)
#define STR_BOTTOM_BASE (RC_GLOBALS_BEGIN + 31)
#define STR_CENTER_BASE (RC_GLOBALS_BEGIN + 32)
-#define STR_TOP (RC_GLOBALS_BEGIN + 33)
-#define STR_BOTTOM (RC_GLOBALS_BEGIN + 34)
-#define STR_CENTER_HORI (RC_GLOBALS_BEGIN + 35)
-#define STR_CENTER_VERT (RC_GLOBALS_BEGIN + 36)
+#define STR_TOP (RC_GLOBALS_BEGIN + 33)
+#define STR_BOTTOM (RC_GLOBALS_BEGIN + 34)
+#define STR_CENTER_HORI (RC_GLOBALS_BEGIN + 35)
+#define STR_CENTER_VERT (RC_GLOBALS_BEGIN + 36)
#define STR_LOAD_HTML_DOC (RC_GLOBALS_BEGIN + 37)
+#define STR_JAVA_EDIT (RC_GLOBALS_BEGIN + 38)
+
// DIALOGS -----------------------------------------------------------
#define DLG_THESAURUS (RC_GLOBALS_BEGIN + 2)