Changeset 728
- Timestamp:
- 12/6/2008 2:06:21 AM (4 years ago)
- Location:
- branches/eraser6/ShellExt
- Files:
-
- 3 edited
-
CtxMenu.cpp (modified) (1 diff)
-
ShellExt.rc (modified) (2 diffs)
-
resource.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eraser6/ShellExt/CtxMenu.cpp
r726 r728 367 367 { 368 368 case ACTION_ERASE: 369 commandString = LoadString(IDS_HELPSTRING_ERASE); 370 break; 369 371 case ACTION_ERASE_ON_RESTART: 372 commandString = LoadString(IDS_HELPSTRING_ERASEONRESTART); 373 break; 370 374 case ACTION_ERASE_UNUSED_SPACE: 375 commandString = LoadString(IDS_HELPSTRING_ERASEUNUSEDSPACE); 376 break; 371 377 case ACTION_SECURE_MOVE: 372 378 commandString = LoadString(IDS_HELPSTRING_SECUREMOVE); 379 break; 373 380 default: 374 381 //We don't know what action this is: return E_INVALIDARG. -
branches/eraser6/ShellExt/ShellExt.rc
r724 r728 28 28 // Generated from the TEXTINCLUDE 2 resource. 29 29 // 30 #ifndef APSTUDIO_INVOKED 31 #include "targetver.h" 32 #endif 30 33 #include "afxres.h" 31 34 … … 134 137 BEGIN 135 138 IDS_HELPSTRING_ERASE "Erases the selected files or folders" 139 IDS_HELPSTRING_ERASEONRESTART 140 "Erases the selected files or folders when the computer is next restarted" 136 141 IDS_HELPSTRING_ERASEUNUSEDSPACE 137 142 "Erases the unused space of the selected drives" 143 IDS_HELPSTRING_SECUREMOVE 144 "Securely moves the selected files or folders to a new folder" 138 145 END 139 146 -
branches/eraser6/ShellExt/resource.h
r724 r728 1 /*2 * $Id$3 * Copyright 2008 The Eraser Project4 * Original Author: Kasra Nassiri <cjax@users.sourceforge.net>5 * Modified By: Joel Low <lowjoel@users.sourceforge.net>6 *7 * This file is part of Eraser.8 *9 * Eraser is free software: you can redistribute it and/or modify it under the10 * terms of the GNU General Public License as published by the Free Software11 * Foundation, either version 3 of the License, or (at your option) any later12 * version.13 *14 * Eraser is distributed in the hope that it will be useful, but WITHOUT ANY15 * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR16 * A PARTICULAR PURPOSE. See the GNU General Public License for more details.17 *18 * A copy of the GNU General Public License can be found at19 * <http://www.gnu.org/licenses/>.20 */21 22 1 //{{NO_DEPENDENCIES}} 23 2 // Microsoft Visual C++ generated include file. … … 31 10 #define IDS_ACTION_SECUREMOVE 104 32 11 #define IDS_HELPSTRING_ERASE 201 12 #define IDS_HELPSTRING_ERASEONRESTART 202 33 13 #define IDS_HELPSTRING_ERASEUNUSEDSPACE 203 14 #define IDS_STRING204IDS_HELPSTRING_SECUREMOVE 204 15 #define IDS_HELPSTRING_SECUREMOVE 204 34 16 35 17 // Next default values for new objects
Note: See TracChangeset
for help on using the changeset viewer.
