diff options
Diffstat (limited to 'plugins/PluginUpdater/res')
-rw-r--r-- | plugins/PluginUpdater/res/Resource.rc | 1 |
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
|