diff options
author | dartraiden <wowemuh@gmail.com> | 2018-08-31 12:39:10 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2018-08-31 12:57:36 +0300 |
commit | 9e6b4c7922e4fd94682beaae69d8a78db44ba1dd (patch) | |
tree | ec64fc80aa4a7cf901f08f6dcd6b82cb4cc202cc /plugins | |
parent | c0d0a703adcc9f11feaa01883924218a979659ba (diff) |
HistoryStats: remove useless string
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/HistoryStats/res/resource.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/HistoryStats/res/resource.rc b/plugins/HistoryStats/res/resource.rc index 36eb120a86..7a47bd91ec 100644 --- a/plugins/HistoryStats/res/resource.rc +++ b/plugins/HistoryStats/res/resource.rc @@ -233,7 +233,7 @@ STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
- CONTROL "Band",IDC_BAND,"HistoryStatsBand",WS_TABSTOP,0,0,315,35
+ CONTROL "",IDC_BAND,"HistoryStatsBand",WS_TABSTOP,0,0,315,35
CTEXT "",IDC_MESSAGE,10,45,294,95,SS_NOPREFIX | NOT WS_VISIBLE,
WS_EX_TRANSPARENT
END
@@ -330,7 +330,7 @@ STYLE DS_SETFONT | DS_FIXEDSYS | DS_CONTROL | WS_CHILD | WS_SYSMENU EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 400, 0, 0x1
BEGIN
- CONTROL "Band",IDC_BAND,"HistoryStatsBand",WS_TABSTOP,0,5,95,20
+ CONTROL "",IDC_BAND,"HistoryStatsBand",WS_TABSTOP,0,5,95,20
CONTROL "",IDC_COLUMNS,"HistoryStatsOptions",WS_TABSTOP | 0x1,0,
30,95,180
CONTROL "",IDC_OPTIONS,"HistoryStatsOptions",WS_TABSTOP,100,5,
|