diff options
author | Mataes <mataes2007@gmail.com> | 2018-12-23 15:48:00 +0300 |
---|---|---|
committer | Mataes <mataes2007@gmail.com> | 2018-12-23 15:48:00 +0300 |
commit | 8a93b6cd3c9e884bb5f15389441a71837eae5c80 (patch) | |
tree | 1b88e02579472573821da3ec54bef28426196c59 /plugins/AssocMgr/res/resource.rc | |
parent | a36d57052392c03132e1b34a2c41da9944551768 (diff) |
AssocMgr: moved to m_gui
Diffstat (limited to 'plugins/AssocMgr/res/resource.rc')
-rw-r--r-- | plugins/AssocMgr/res/resource.rc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/AssocMgr/res/resource.rc b/plugins/AssocMgr/res/resource.rc index a2ce1cca68..467f47d47c 100644 --- a/plugins/AssocMgr/res/resource.rc +++ b/plugins/AssocMgr/res/resource.rc @@ -52,11 +52,11 @@ EXSTYLE WS_EX_CONTROLPARENT FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
LTEXT "Registered associations for Miranda NG:",
- IDC_HEADERTEXT,3,0,295,8,SS_NOPREFIX
+ IDC_STATIC,3,0,295,8,SS_NOPREFIX
CONTROL "",IDC_ASSOCLIST,"SysListView32",LVS_REPORT |
LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_NOSORTHEADER |
WS_BORDER | WS_TABSTOP,3,10,295,169
- GROUPBOX "Miscellaneous",IDC_MISCLABEL,3,183,295,41,WS_GROUP
+ GROUPBOX "Miscellaneous",IDC_STATIC,3,183,295,41,WS_GROUP
CONTROL "&Start Miranda NG automatically when the computer starts (using current profile)",
IDC_AUTOSTART,"Button",BS_AUTOCHECKBOX | BS_TOP |
WS_TABSTOP,10,195,284,10
@@ -73,8 +73,8 @@ END // Icon with lowest ID value placed first to ensure application icon
// remains consistent on all systems.
-IDI_MIRANDA ICON DISCARDABLE "miranda.ico"
-IDI_MIRANDAFILE ICON DISCARDABLE "mirandafile.ico"
+IDI_MIRANDA ICON "miranda.ico"
+IDI_MIRANDAFILE ICON "mirandafile.ico"
/////////////////////////////////////////////////////////////////////////////
//
|