diff options
author | George Hazan <george.hazan@gmail.com> | 2013-08-20 21:43:39 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-08-20 21:43:39 +0000 |
commit | f7f6e4fed8860b0b66b2635000fe64de58a516c7 (patch) | |
tree | 6276817c7946ee5467774da2d4e14422584fb773 /plugins/ShellExt/src/resource.h | |
parent | 0b551d05899081e6f235cddce0332fce9b6e30a5 (diff) |
ShellExt - first 1000 lines translated
git-svn-id: http://svn.miranda-ng.org/main/trunk@5766 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/ShellExt/src/resource.h')
-rw-r--r-- | plugins/ShellExt/src/resource.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/plugins/ShellExt/src/resource.h b/plugins/ShellExt/src/resource.h new file mode 100644 index 0000000000..4bf7a5d6d8 --- /dev/null +++ b/plugins/ShellExt/src/resource.h @@ -0,0 +1,19 @@ +//{{NO_DEPENDENCIES}}
+// Microsoft Developer Studio generated include file.
+// Used by autorun.rc
+//
+
+#define IDD_SHLOPTS 101
+
+#define IDC_USEGROUPS 1014
+#define IDC_CLISTGROUPS 1015
+#define IDC_SHOWFULL 1016
+#define IDC_NOPROF 1020
+#define IDC_SHOWINVISIBLES 1021
+#define IDC_HIDEOFFLINE 1022
+#define IDC_STATUS 1023
+#define IDC_CAPMENUS 1025
+#define IDC_CAPSTATUS 1026
+#define IDC_CAPSHLSTATUS 1027
+#define IDC_REMOVE 1028
+#define IDC_USEOWNERDRAW 1029
|