diff options
author | Tobias Weimer <wishmaster51@googlemail.com> | 2013-12-09 18:19:38 +0000 |
---|---|---|
committer | Tobias Weimer <wishmaster51@googlemail.com> | 2013-12-09 18:19:38 +0000 |
commit | ccc81a93b2db98fd3858fc492ce55b13b984d3d4 (patch) | |
tree | b42c246bb464559a62336976df9e01ed2fccacc3 /plugins/RecentContacts/src | |
parent | 8ffc24f829fa99cc1c089193aa4b1e67e4f69dfd (diff) |
- fixed accesibility issues in some plugins (fixes #518, #519)
git-svn-id: http://svn.miranda-ng.org/main/trunk@7111 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/RecentContacts/src')
-rw-r--r-- | plugins/RecentContacts/src/resource.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/RecentContacts/src/resource.h b/plugins/RecentContacts/src/resource.h index 59e47a934a..c5252215eb 100644 --- a/plugins/RecentContacts/src/resource.h +++ b/plugins/RecentContacts/src/resource.h @@ -1,6 +1,6 @@ //{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
-// Used by resource.rc
+// Used by ..\res\resource.rc
//
#define IDD_LASTUC_OPT 9
#define IDI_FOLDER 101
@@ -14,7 +14,7 @@ #define IDC_DATETIME 1005
// Next default values for new objects
-//
+//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 106
|