summaryrefslogtreecommitdiff
path: root/uui/source/ids.hrc
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2014-03-26 09:05:20 +0100
committerJan Holesovsky <kendy@collabora.com>2014-03-26 14:58:16 +0100
commit57ee15e5f1ae299e2344e2bbee0da085a434bf2d (patch)
tree7db235f2032cee8ca445c643f0082c0ce94f4fa2 /uui/source/ids.hrc
parentb467b85817dfb11b8f481e0cbf853b67b48e991d (diff)
These strings are now global resources, define them accordingly.
Change-Id: Ia68249242850ef3d82cc56ceae7e5ef84dd08b5b
Diffstat (limited to 'uui/source/ids.hrc')
-rw-r--r--uui/source/ids.hrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/uui/source/ids.hrc b/uui/source/ids.hrc
index 06653b9a43b3..cc2d35e7ef5f 100644
--- a/uui/source/ids.hrc
+++ b/uui/source/ids.hrc
@@ -70,6 +70,9 @@
#define STR_SAME_NAME_USED (RID_UUI_START + 60)
#define STR_ENTER_SIMPLE_PASSWORD (RID_UUI_START + 61)
#define STR_CONFIRM_SIMPLE_PASSWORD (RID_UUI_START + 62)
+#define STR_TITLE_CREATE_PASSWORD (RID_UUI_START + 63)
+#define STR_TITLE_ENTER_PASSWORD (RID_UUI_START + 64)
+#define STR_PASSWORD_MISMATCH (RID_UUI_START + 65)
#define ERRCODE_UUI_IO_ABORT (ERRCODE_AREA_UUI + 0)
#define ERRCODE_UUI_IO_ACCESSDENIED (ERRCODE_AREA_UUI + 1)