diff options
author | jbzdarkid <jbzdarkid@gmail.com> | 2018-10-30 19:15:43 -0700 |
---|---|---|
committer | jbzdarkid <jbzdarkid@gmail.com> | 2018-10-30 19:15:43 -0700 |
commit | 80c90a97d23eb73f287fc6302ab500c568c5a9a0 (patch) | |
tree | a2175aa636da1c6e28a58cb0c98ba96ad0b02ded /Source/Source.rc | |
parent | 1f28f8da49561b16e358082641b8ec4dd36f1cc9 (diff) | |
download | witness-tutorializer-80c90a97d23eb73f287fc6302ab500c568c5a9a0.tar.gz witness-tutorializer-80c90a97d23eb73f287fc6302ab500c568c5a9a0.tar.bz2 witness-tutorializer-80c90a97d23eb73f287fc6302ab500c568c5a9a0.zip |
still fine
Diffstat (limited to 'Source/Source.rc')
-rw-r--r-- | Source/Source.rc | 33 |
1 files changed, 1 insertions, 32 deletions
diff --git a/Source/Source.rc b/Source/Source.rc index 7e2ce4e..b981a72 100644 --- a/Source/Source.rc +++ b/Source/Source.rc | |||
@@ -8,7 +8,7 @@ | |||
8 | // Generated from the TEXTINCLUDE 2 resource. | 8 | // Generated from the TEXTINCLUDE 2 resource. |
9 | // | 9 | // |
10 | #ifndef APSTUDIO_INVOKED | 10 | #ifndef APSTUDIO_INVOKED |
11 | #include "targetver.h" | 11 | #include <SDKDDKVer.h> |
12 | #endif | 12 | #endif |
13 | #define APSTUDIO_HIDDEN_SYMBOLS | 13 | #define APSTUDIO_HIDDEN_SYMBOLS |
14 | #include "windows.h" | 14 | #include "windows.h" |
@@ -24,31 +24,6 @@ | |||
24 | LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US | 24 | LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US |
25 | #pragma code_page(1252) | 25 | #pragma code_page(1252) |
26 | 26 | ||
27 | ///////////////////////////////////////////////////////////////////////////// | ||
28 | // | ||
29 | // Icon | ||
30 | // | ||
31 | |||
32 | // Icon with lowest ID value placed first to ensure application icon | ||
33 | // remains consistent on all systems. | ||
34 | IDI_SOURCE ICON "Source.ico" | ||
35 | |||
36 | IDI_SMALL ICON "small.ico" | ||
37 | |||
38 | |||
39 | ///////////////////////////////////////////////////////////////////////////// | ||
40 | // | ||
41 | // Menu | ||
42 | // | ||
43 | |||
44 | |||
45 | |||
46 | ///////////////////////////////////////////////////////////////////////////// | ||
47 | // | ||
48 | // Accelerator | ||
49 | // | ||
50 | |||
51 | |||
52 | 27 | ||
53 | #ifdef APSTUDIO_INVOKED | 28 | #ifdef APSTUDIO_INVOKED |
54 | ///////////////////////////////////////////////////////////////////////////// | 29 | ///////////////////////////////////////////////////////////////////////////// |
@@ -80,12 +55,6 @@ END | |||
80 | 55 | ||
81 | #endif // APSTUDIO_INVOKED | 56 | #endif // APSTUDIO_INVOKED |
82 | 57 | ||
83 | |||
84 | ///////////////////////////////////////////////////////////////////////////// | ||
85 | // | ||
86 | // String Table | ||
87 | // | ||
88 | |||
89 | STRINGTABLE | 58 | STRINGTABLE |
90 | BEGIN | 59 | BEGIN |
91 | IDS_APP_TITLE "Witness Randomizer" | 60 | IDS_APP_TITLE "Witness Randomizer" |