summaryrefslogtreecommitdiff
path: root/plugins/Clist_nicer
diff options
context:
space:
mode:
authorTobias Weimer <wishmaster51@googlemail.com>2012-10-22 18:21:46 +0000
committerTobias Weimer <wishmaster51@googlemail.com>2012-10-22 18:21:46 +0000
commit4c6db40d476524ac242511056d7fb30d00df4477 (patch)
treeb3a32d46b3148fd869f093c18f7bbbbacf7d0685 /plugins/Clist_nicer
parentf00d27a7f3fffdc1e883f442b3ee88eadfd93166 (diff)
typo
git-svn-id: http://svn.miranda-ng.org/main/trunk@2048 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_nicer')
-rw-r--r--plugins/Clist_nicer/res/resource.rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Clist_nicer/res/resource.rc b/plugins/Clist_nicer/res/resource.rc
index 6115b08891..35a1ae7c42 100644
--- a/plugins/Clist_nicer/res/resource.rc
+++ b/plugins/Clist_nicer/res/resource.rc
@@ -9,7 +9,7 @@
//
#include <windows.h>
#include <winres.h>
-#include <statusmodes.h>
+#include "..\..\include\statusmodes.h"
/////////////////////////////////////////////////////////////////////////////
#undef APSTUDIO_READONLY_SYMBOLS
@@ -28,7 +28,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
IDD_EXCEPTION DIALOGEX 0, 0, 370, 131
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
-CAPTION "TabSRMM exception"
+CAPTION "CList Nicer exception"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
EDITTEXT IDC_EXCEPTION_DETAILS,7,18,356,60,ES_MULTILINE | ES_READONLY