summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordartraiden <wowemuh@gmail.com>2019-01-08 04:04:39 +0300
committerdartraiden <wowemuh@gmail.com>2019-01-08 04:05:15 +0300
commit9e6f21ee32babf1ab581c7742c26ba34f3ece5e2 (patch)
tree3577919df597a6502094568782a2ff984c3f610b
parentbf04597aff198a45ac7e5ae35d5efa35a9b46be5 (diff)
PluginUpdater: remove bugged and useless frame
-rw-r--r--plugins/PluginUpdater/res/Resource.rc2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/PluginUpdater/res/Resource.rc b/plugins/PluginUpdater/res/Resource.rc
index 81063d9b7d..9878500a38 100644
--- a/plugins/PluginUpdater/res/Resource.rc
+++ b/plugins/PluginUpdater/res/Resource.rc
@@ -51,7 +51,6 @@ BEGIN
DEFPUSHBUTTON "Update",IDOK,32,36,50,14,WS_DISABLED
PUSHBUTTON "Details >>",IDC_DETAILS,95,36,50,14,NOT WS_TABSTOP
PUSHBUTTON "Cancel",IDCANCEL,157,36,50,14
- CONTROL "",IDC_STATIC,"Static",SS_ETCHEDHORZ,1,58,236,1
CONTROL "",IDC_LIST_UPDATES,"SysListView32",LVS_REPORT | LVS_SINGLESEL | LVS_NOSORTHEADER | WS_BORDER | WS_TABSTOP,6,64,229,149
PUSHBUTTON "Select &all",IDC_SELALL,109,218,60,14,NOT WS_TABSTOP
PUSHBUTTON "Select &none",IDC_SELNONE,175,218,60,14,NOT WS_TABSTOP
@@ -133,7 +132,6 @@ FONT 8, "MS Shell Dlg", 400, 0, 0x1
BEGIN
CTEXT "Here is the complete list of missing Miranda NG components. Check components that you want to download.\n\nClick on info icon to view component info page.",IDC_UPDATETEXT,9,9,223,44
DEFPUSHBUTTON "Download",IDOK,175,218,60,14,WS_DISABLED
- CONTROL "",IDC_STATIC,"Static",SS_ETCHEDHORZ,1,58,236,1
CONTROL "",IDC_LIST_UPDATES,"SysListView32",LVS_REPORT | LVS_SINGLESEL | LVS_NOSORTHEADER | WS_BORDER | WS_TABSTOP,6,64,229,149
PUSHBUTTON "Select &none",IDC_SELNONE,109,218,60,14,NOT WS_TABSTOP
END