diff options
author | George Hazan <george.hazan@gmail.com> | 2013-12-27 18:52:21 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-12-27 18:52:21 +0000 |
commit | 1343831cad692ce0244644f708b023f7962246b4 (patch) | |
tree | 72e5a94800afbc53cef177804b6847f93e4294ee /plugins/Scriver/res/resource.rc | |
parent | 46a413579266c4251f5b4f956afb197d7617a684 (diff) |
status displaying completely removed because it's impossible to log an event from memory
git-svn-id: http://svn.miranda-ng.org/main/trunk@7394 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Scriver/res/resource.rc')
-rw-r--r-- | plugins/Scriver/res/resource.rc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/plugins/Scriver/res/resource.rc b/plugins/Scriver/res/resource.rc index 7aaf0333c2..ce5af4cd93 100644 --- a/plugins/Scriver/res/resource.rc +++ b/plugins/Scriver/res/resource.rc @@ -134,10 +134,8 @@ EXSTYLE WS_EX_CONTROLPARENT FONT 8, "MS Shell Dlg"
BEGIN
GROUPBOX "Message Window Event Log",IDC_STMSGLOGGROUP,0,0,304,181
- CONTROL "Enable IEView",IDC_USEIEVIEW,"Button",BS_AUTOCHECKBOX | BS_FLAT |
+ CONTROL "Enable IEView", IDC_USEIEVIEW, "Button", BS_AUTOCHECKBOX | BS_FLAT |
WS_TABSTOP,8,12,140,10
- CONTROL "Log status changes",IDC_SHOWSTATUSCHANGES,"Button",
- BS_AUTOCHECKBOX | WS_TABSTOP,160,12,140,10
CONTROL "Show icons",IDC_SHOWLOGICONS,"Button",BS_AUTOCHECKBOX |
WS_TABSTOP,8,25,140,10
CONTROL "Show time",IDC_SHOWTIMES,"Button",BS_AUTOCHECKBOX |
|