summaryrefslogtreecommitdiff
path: root/protocols/ICQ-WIM/res
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2022-09-08 04:37:45 -0700
committerGeorge Hazan <ghazan@miranda.im>2022-09-08 04:37:45 -0700
commit05ddec5fc752990a572521da707420de8df7430c (patch)
tree9e021f85bff34700d1dbd17c2673476b5dd95dd5 /protocols/ICQ-WIM/res
parent5cea24f8c00154d5da1775cbabe91f3b420771c3 (diff)
fixes #3190 (ICQ: add phone number to ICQ info)
Diffstat (limited to 'protocols/ICQ-WIM/res')
-rw-r--r--protocols/ICQ-WIM/res/resources.rc26
1 files changed, 14 insertions, 12 deletions
diff --git a/protocols/ICQ-WIM/res/resources.rc b/protocols/ICQ-WIM/res/resources.rc
index fb02a5186a..525be92c6b 100644
--- a/protocols/ICQ-WIM/res/resources.rc
+++ b/protocols/ICQ-WIM/res/resources.rc
@@ -77,18 +77,6 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
/////////////////////////////////////////////////////////////////////////////
//
-// Icon
-//
-
-// Icon with lowest ID value placed first to ensure application icon
-// remains consistent on all systems.
-IDI_INBOX ICON "Mail.ico"
-
-IDI_MAIL_NOTIFY ICON "MailNotify.ico"
-
-
-/////////////////////////////////////////////////////////////////////////////
-//
// Dialog
//
@@ -181,6 +169,8 @@ BEGIN
EDITTEXT IDC_MEMBERSINCE,74,71,139,10,ES_AUTOHSCROLL | ES_READONLY | NOT WS_BORDER | NOT WS_TABSTOP
LTEXT "Last seen:",IDC_STATIC,5,32,63,8
EDITTEXT IDC_LASTSEEN,74,32,139,10,ES_AUTOHSCROLL | ES_READONLY | NOT WS_BORDER | NOT WS_TABSTOP
+ LTEXT "Phone number:",IDC_STATIC,5,84,63,8
+ EDITTEXT IDC_PHONE,74,84,139,10,ES_AUTOHSCROLL | ES_READONLY | NOT WS_BORDER | NOT WS_TABSTOP
END
IDD_LOGINPW DIALOGEX 0, 0, 157, 70
@@ -282,6 +272,18 @@ BEGIN
END
+/////////////////////////////////////////////////////////////////////////////
+//
+// Icon
+//
+
+// Icon with lowest ID value placed first to ensure application icon
+// remains consistent on all systems.
+IDI_INBOX ICON "Mail.ico"
+
+IDI_MAIL_NOTIFY ICON "MailNotify.ico"
+
+
#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//