diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-02-19 06:13:39 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-02-19 06:13:39 +0000 |
commit | bcf8c9367e7abf397acad64257f3c7e2ae2d29c8 (patch) | |
tree | 86ca31afd464a15df585a9413176fddd448a109b /plugins/Popup/res | |
parent | aee02df763a6494773cd3c5ac020bafaf09cb99e (diff) |
removed not needed letters
git-svn-id: http://svn.miranda-ng.org/main/trunk@3637 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Popup/res')
-rw-r--r-- | plugins/Popup/res/resource.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Popup/res/resource.rc b/plugins/Popup/res/resource.rc index 6eada48e5d..8d153637e9 100644 --- a/plugins/Popup/res/resource.rc +++ b/plugins/Popup/res/resource.rc @@ -135,7 +135,7 @@ FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN
GROUPBOX "Skins",IDC_STATIC,3,3,98,219
LISTBOX IDC_SKINLIST,8,13,88,185,LBS_SORT | LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_TABSTOP
- CONTROL "R",IDC_BTN_RELOAD,"MButtonClass",WS_TABSTOP,8,201,16,16
+ CONTROL "",IDC_BTN_RELOAD,"MButtonClass",WS_TABSTOP,8,201,16,16
RTEXT "* - built-in skins",IDC_STATIC,41,203,52,14,SS_CENTERIMAGE
GROUPBOX "Skin options",IDC_STATIC,106,3,191,134
CONTROL "",IDC_SKIN_LIST_OPT,"SysTreeView32",WS_BORDER | WS_HSCROLL | WS_TABSTOP,112,13,180,119
|