summaryrefslogtreecommitdiff
path: root/plugins/IEHistory/res
diff options
context:
space:
mode:
authorRené Schümann <white06tiger@gmail.com>2014-08-21 11:42:41 +0000
committerRené Schümann <white06tiger@gmail.com>2014-08-21 11:42:41 +0000
commit572b645362aff573399cf65a5faa735415d1ab65 (patch)
treece1e551f65fd71bf0500c01b133d8956d4e7e5d3 /plugins/IEHistory/res
parent2ae4a360da9638ecaaa68bbb683187ef8e1faf35 (diff)
IEHistory: v0.0.1.6
* improved IDC_IEVIEW_PLACEHOLDER control - removed border around IEView control to fit entire window * improved name of system history dialog (IEView still doesn't show all events.. so it's mostly useless) + added ability to focus and bring to top old history window if it were already open git-svn-id: http://svn.miranda-ng.org/main/trunk@10254 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/IEHistory/res')
-rw-r--r--plugins/IEHistory/res/IEHistory.rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/IEHistory/res/IEHistory.rc b/plugins/IEHistory/res/IEHistory.rc
index 0ebfd2b760..e617080feb 100644
--- a/plugins/IEHistory/res/IEHistory.rc
+++ b/plugins/IEHistory/res/IEHistory.rc
@@ -59,7 +59,7 @@ CAPTION "Dialog"
FONT 8, "MS Shell Dlg", 400, 0, 0x1
BEGIN
PUSHBUTTON "Close",IDC_CLOSE,362,283,50,14
- CONTROL "",IDC_IEVIEW_PLACEHOLDER,"Static",SS_BLACKFRAME,4,4,408,275,WS_EX_TRANSPARENT
+ LTEXT "",IDC_IEVIEW_PLACEHOLDER,0,0,416,282,NOT WS_VISIBLE
PUSHBUTTON "&Prev",IDC_PREV,4,283,50,14
PUSHBUTTON "&Next",IDC_NEXT,58,283,50,14
PUSHBUTTON "&Search",IDC_SEARCH,310,283,50,14