summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2011-11-24 11:56:19 +0100
committerAndras Timar <atimar@suse.com>2011-11-24 11:57:15 +0100
commit22468d4d7a03c0b002f76111950166e2a6bbee97 (patch)
tree9c06bb4707955f230c1e1ca580ac8127cb6b8012 /filter
parent0c52001b5807e671c31b66658ccf474243b97379 (diff)
Global resources should have an identifier >= 256
Diffstat (limited to 'filter')
-rw-r--r--filter/source/xsltdialog/xmlfiltersettingsdialog.hrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/source/xsltdialog/xmlfiltersettingsdialog.hrc b/filter/source/xsltdialog/xmlfiltersettingsdialog.hrc
index d611e2d1a824..7f129044ff8f 100644
--- a/filter/source/xsltdialog/xmlfiltersettingsdialog.hrc
+++ b/filter/source/xsltdialog/xmlfiltersettingsdialog.hrc
@@ -39,5 +39,5 @@
#define PB_XML_FILTER_OPEN 7
#define BTN_XML_FILTER_HELP 8
#define PB_XML_FILTER_CLOSE 9
-#define STR_XML_FILTER_LISTBOX 10
+#define STR_XML_FILTER_LISTBOX 1000
#endif