summaryrefslogtreecommitdiff
path: root/plugins/PluginUpdater/res
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2013-09-13 05:27:49 +0000
committerKirill Volinsky <mataes2007@gmail.com>2013-09-13 05:27:49 +0000
commitab373716a04db4555507c57025e569b80fb31e8f (patch)
tree6c60f823affc6c05de0446777178772e3646b53f /plugins/PluginUpdater/res
parent03f6be61932dbb430a3945feffb0249e8e385971 (diff)
Select all button removed from components list
git-svn-id: http://svn.miranda-ng.org/main/trunk@6051 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/PluginUpdater/res')
-rw-r--r--plugins/PluginUpdater/res/Resource.rc1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/PluginUpdater/res/Resource.rc b/plugins/PluginUpdater/res/Resource.rc
index 55c2d8db16..488690b107 100644
--- a/plugins/PluginUpdater/res/Resource.rc
+++ b/plugins/PluginUpdater/res/Resource.rc
@@ -138,7 +138,6 @@ BEGIN
DEFPUSHBUTTON "Download",IDOK,185,218,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,6,218,60,14,NOT WS_TABSTOP
PUSHBUTTON "Select &none",IDC_SELNONE,69,218,60,14,NOT WS_TABSTOP
END