diff options
Diffstat (limited to 'src/mir_app/src/resource.h')
-rw-r--r-- | src/mir_app/src/resource.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mir_app/src/resource.h b/src/mir_app/src/resource.h index c4fb0e3a94..ec6bc9f321 100644 --- a/src/mir_app/src/resource.h +++ b/src/mir_app/src/resource.h @@ -63,6 +63,8 @@ #define IDI_MERROR 165
#define IDI_MWARNING 166
#define IDI_MINFO 167
+#define IDD_CHANGEPASS 168
+#define IDD_NEWPASS 169
#define IDI_MIRANDAWEBSITE 172
#define IDI_RENAME 173
#define IDI_HISTORY 174
@@ -400,7 +402,11 @@ #define IDC_CATEGORYLIST 1366
#define IDC_LOADICONS 1369
#define IDC_STICONSGROUP 1371
+#define IDC_OLDPASS 1372
+#define IDC_USERPASS1 1373
+#define IDC_USERPASS2 1374
#define IDC_MSGICON 1375
+#define IDREMOVE 1376
#define IDC_STNOPAGE 1377
#define IDC_STCHECKMARKS 1380
#define IDC_STATUSBAR 1389
|