From 9e6f21ee32babf1ab581c7742c26ba34f3ece5e2 Mon Sep 17 00:00:00 2001 From: dartraiden Date: Tue, 8 Jan 2019 04:04:39 +0300 Subject: PluginUpdater: remove bugged and useless frame --- plugins/PluginUpdater/res/Resource.rc | 2 -- 1 file changed, 2 deletions(-) (limited to 'plugins') 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 -- cgit v1.2.3