From 7595340a63be2e0fc4362c0f57451830e4017d98 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Sat, 26 Jan 2013 23:47:39 +0000 Subject: move entermasterpassword.ui to right place and adapt code Change-Id: Ia0308990eaf1b87de1c7fd673a2a25a45fcfb366 --- uui/source/ids.hrc | 3 --- 1 file changed, 3 deletions(-) (limited to 'uui/source/ids.hrc') diff --git a/uui/source/ids.hrc b/uui/source/ids.hrc index 8803ffe83051..ea6e58ea9a09 100644 --- a/uui/source/ids.hrc +++ b/uui/source/ids.hrc @@ -26,8 +26,6 @@ #define RID_SAVE_PASSWORD (RID_UUI_START + 1) #define DLG_UUI_LOGIN (RID_UUI_START + 2) #define DLG_FILTER_SELECT (RID_UUI_START + 10) -// RID_UUI_START + 11 moved to ERRCODE_UUI_WRONGMEDIUM -#define DLG_UUI_MASTERPASSWORD (RID_UUI_START + 12) #define DLG_SIMPLE_NAME_CLASH (RID_UUI_START + 13) #define STR_ERROR_PASSWORDS_NOT_IDENTICAL (RID_UUI_START + 13) #define STR_ERROR_MASTERPASSWORD_WRONG (RID_UUI_START + 14) @@ -157,7 +155,6 @@ #define TITLE_UUI_SSLWARN_INVALID (ERRCODE_AREA_UUI_UNKNOWNAUTH + SSLWARN_TYPE_INVALID + 3) #define HID_DLG_LOGIN "UUI_HID_DLG_LOGIN" -#define HID_DLG_MASTERPASSWORD_UUI "UUI_HID_DLG_MASTERPASSWORD_UUI" #define HID_DLG_MASTERPASSWORD_CRT "UUI_HID_DLG_MASTERPASSWORD_CRT" #define HID_DLG_FILTER_SELECT "UUI_HID_DLG_FILTER_SELECT" #define HID_DLG_PASSWORD_UUI "UUI_HID_DLG_PASSWORD_UUI" -- cgit