Changeset 724
- Timestamp:
- 12/6/2008 1:56:49 AM (4 years ago)
- Location:
- branches/eraser6/ShellExt
- Files:
-
- 3 edited
-
. (modified) (1 prop)
-
ShellExt.rc (modified) (5 diffs)
-
resource.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eraser6/ShellExt
- Property svn:ignore
-
old new 1 1 obj 2 2 *.user 3 *.aps
-
- Property svn:ignore
-
branches/eraser6/ShellExt/ShellExt.rc
r705 r724 22 22 #include "resource.h" 23 23 #include "../Version.rc" 24 25 Eraser ICON "..\Resources\Eraser.ico"26 24 27 25 #define APSTUDIO_READONLY_SYMBOLS … … 50 48 // 51 49 52 1 TEXTINCLUDE 50 1 TEXTINCLUDE 53 51 BEGIN 54 52 "resource.h\0" 55 53 END 56 54 57 2 TEXTINCLUDE 55 2 TEXTINCLUDE 58 56 BEGIN 59 57 "#ifndef APSTUDIO_INVOKED\r\n" … … 64 62 END 65 63 66 3 TEXTINCLUDE 64 3 TEXTINCLUDE 67 65 BEGIN 68 66 "1 TYPELIB ""EraserShellExt.tlb""\r\n" … … 117 115 // 118 116 119 IDR_ERASERSHELLEXT REGISTRY "ShellExt.rgs"117 IDR_ERASERSHELLEXT REGISTRY "ShellExt.rgs" 120 118 121 119 ///////////////////////////////////////////////////////////////////////////// … … 124 122 // 125 123 126 STRINGTABLE 124 STRINGTABLE 127 125 BEGIN 128 126 IDS_PROJNAME "EraserShellExt" 127 IDS_ACTION_ERASE "&Erase" 128 IDS_ACTION_ERASERESTART "Erase on &Restart" 129 IDS_ACTION_ERASEUNUSEDSPACE "Erase &Unused Space" 130 IDS_ACTION_SECUREMOVE "Secure &Move" 131 END 132 133 STRINGTABLE 134 BEGIN 135 IDS_HELPSTRING_ERASE "Erases the selected files or folders" 136 IDS_HELPSTRING_ERASEUNUSEDSPACE 137 "Erases the unused space of the selected drives" 129 138 END 130 139 131 140 #endif // English (U.S.) resources 141 ///////////////////////////////////////////////////////////////////////////// 142 143 144 ///////////////////////////////////////////////////////////////////////////// 145 // Neutral (Sys. Default) resources 146 147 #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_NEUSD) 148 #ifdef _WIN32 149 LANGUAGE LANG_NEUTRAL, SUBLANG_SYS_DEFAULT 150 #pragma code_page(1252) 151 #endif //_WIN32 152 153 ///////////////////////////////////////////////////////////////////////////// 154 // 155 // Icon 156 // 157 158 // Icon with lowest ID value placed first to ensure application icon 159 // remains consistent on all systems. 160 ERASER ICON "..\\Resources\\Eraser.ico" 161 #endif // Neutral (Sys. Default) resources 132 162 ///////////////////////////////////////////////////////////////////////////// 133 163 -
branches/eraser6/ShellExt/resource.h
r706 r724 22 22 //{{NO_DEPENDENCIES}} 23 23 // Microsoft Visual C++ generated include file. 24 // Used by Resource.rc24 // Used by ShellExt.rc 25 25 // 26 26 #define IDS_PROJNAME 100 27 27 #define IDR_ERASERSHELLEXT 101 28 #define IDS_ACTION_ERASE 101 29 #define IDS_ACTION_ERASERESTART 102 30 #define IDS_ACTION_ERASEUNUSEDSPACE 103 31 #define IDS_ACTION_SECUREMOVE 104 32 #define IDS_HELPSTRING_ERASE 201 33 #define IDS_HELPSTRING_ERASEUNUSEDSPACE 203 28 34 29 35 // Next default values for new objects
Note: See TracChangeset
for help on using the changeset viewer.
