summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-06-04 10:22:49 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-06-04 10:22:49 +0000
commit2a724cded8688d79fb2528f1641e51216401475a (patch)
tree356bcac4878325b8152d58147cc590eecc764552
parentc16a95dd47241d9c44aa04694c924b98d6500ff0 (diff)
INTEGRATION: CWS touchpoints01 (1.8.82); FILE MERGED
2008/06/02 17:15:01 tl 1.8.82.3: #i90146# strings for grammar checking UI 2008/06/02 10:12:15 pb 1.8.82.2: fix: #i89981# FT_LINGU_OPTIONS_MOREDICTS added 2008/05/29 08:05:57 pb 1.8.82.1: fix: #i89981# SvxEditModulesDlg: new control ids
-rw-r--r--svx/source/options/optlingu.hrc16
1 files changed, 11 insertions, 5 deletions
diff --git a/svx/source/options/optlingu.hrc b/svx/source/options/optlingu.hrc
index fdebe608c5..07500d0cc2 100644
--- a/svx/source/options/optlingu.hrc
+++ b/svx/source/options/optlingu.hrc
@@ -1,13 +1,13 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2008 by Sun Microsystems, Inc.
*
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: optlingu.hrc,v $
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
* This file is part of OpenOffice.org.
*
@@ -36,9 +36,10 @@
#define CLB_LINGU_MODULES 112
#define PB_LINGU_MODULES_EDIT 113
-#define FT_LINGU_OPTIONS 121
-#define CLB_LINGU_OPTIONS 122
-#define PB_LINGU_OPTIONS_EDIT 123
+#define FT_LINGU_OPTIONS 121
+#define CLB_LINGU_OPTIONS 122
+#define PB_LINGU_OPTIONS_EDIT 123
+#define FT_LINGU_OPTIONS_MOREDICTS 124
#define STR_CAPITAL_WORDS 201
#define STR_WORDS_WITH_DIGITS 202
@@ -58,6 +59,8 @@
#define STR_NUM_POST_BREAK_DLG 215
#define STR_NUM_MIN_WORDLEN_DLG 216
+#define STR_GRAMMAR_AUTO 217
+
#define STR_WARNING 63
#define PB_OK 70
@@ -66,6 +69,7 @@
#define ST_SPELL 82
#define ST_HYPH 83
#define ST_THES 84
+#define ST_GRAMMAR 85
#define FL_NUMVAL_PREBREAK 305
#define BT_OK_PREBREAK 306
@@ -85,4 +89,6 @@
#define FT_EDIT_MODULES_LANGUAGE 318
#define LB_EDIT_MODULES_LANGUAGE 319
#define CLB_EDIT_MODULES_MODULES 320
+#define FT_EDIT_MODULES_NEWDICTSLINK 321
+#define FL_EDIT_MODULES_BUTTONS 322