diff options
author | Tobias Weimer <wishmaster51@googlemail.com> | 2014-04-06 10:12:47 +0000 |
---|---|---|
committer | Tobias Weimer <wishmaster51@googlemail.com> | 2014-04-06 10:12:47 +0000 |
commit | 01f24eb9d56a19e1314135781b282f679d1c0bc3 (patch) | |
tree | 2e7889d00b5b4c1952cbbcabc38853c0e3289d7b /plugins/BuddyExpectator/src | |
parent | bb2fca3c24c4e4d47bee922d07f5e586e0900c7c (diff) |
- fixes #643 (BuddyExpectator: The options page is not focusable by keyboard)
git-svn-id: http://svn.miranda-ng.org/main/trunk@8869 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/BuddyExpectator/src')
-rw-r--r-- | plugins/BuddyExpectator/src/resource.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/BuddyExpectator/src/resource.h b/plugins/BuddyExpectator/src/resource.h index b06406ada8..6a8bb31d69 100644 --- a/plugins/BuddyExpectator/src/resource.h +++ b/plugins/BuddyExpectator/src/resource.h @@ -1,6 +1,6 @@ //{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
-// Used by BuddyExpectator.rc
+// Used by ..\res\BuddyExpectator.rc
//
#define IDI_MAINICON 101
#define IDI_ENABLED 102
|