Changeset 1159
- Timestamp:
- 7/4/2009 3:53:01 AM (4 years ago)
- Location:
- trunk/eraser6
- Files:
-
- 10 added
- 5 edited
-
Documentation (added)
-
Documentation/Custom Erasure Method.png (added)
-
Documentation/Documentation.docx (added)
-
Documentation/Recycle Bin.png (added)
-
Documentation/Scheduler Context Menu.png (added)
-
Documentation/Select Data To Erase Dialog.png (added)
-
Documentation/Settings.png (added)
-
Documentation/Task Log.png (added)
-
Documentation/Task Properties Dialog - Schedule.png (added)
-
Documentation/Task Properties Dialog.png (added)
-
Eraser/MainForm.Designer.cs (modified) (1 diff)
-
Eraser/MainForm.cs (modified) (2 diffs)
-
Eraser/Strings.NL.resx (modified) (1 diff)
-
Eraser/Strings.en.resx (modified) (1 diff)
-
Eraser/Strings.resx (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/eraser6/Eraser/MainForm.Designer.cs
r1018 r1159 214 214 this.tbHelp.Padding = new System.Windows.Forms.Padding(0); 215 215 resources.ApplyResources(this.tbHelp, "tbHelp"); 216 this.tbHelp.Click += new System.EventHandler(this.tbHelp_Click); 216 217 // 217 218 // tbHelpDropDown -
trunk/eraser6/Eraser/MainForm.cs
r1106 r1159 33 33 using System.IO; 34 34 using System.Diagnostics; 35 using System.Reflection; 35 36 36 37 namespace Eraser … … 248 249 } 249 250 } 251 } 252 } 253 254 private void tbHelp_Click(object sender, EventArgs e) 255 { 256 try 257 { 258 Process.Start(Path.Combine(Path.GetDirectoryName( 259 Assembly.GetEntryAssembly().Location), 260 "Eraser Documentation.pdf")); 261 } 262 catch (Win32Exception ex) 263 { 264 MessageBox.Show(this, S._("Eraser"), S._("The Eraser documentation file " + 265 "could not be opened. Check that Adobe Reader installed and that your " + 266 "Eraser install is not corrupt.\n\nThe error returned was: {0}", ex.Message), 267 MessageBoxButtons.OK, MessageBoxIcon.Error, MessageBoxDefaultButton.Button1, 268 S.IsRightToLeft(this) ? MessageBoxOptions.RtlReading : 0); 250 269 } 251 270 } -
trunk/eraser6/Eraser/Strings.NL.resx
r1095 r1159 142 142 <value>(Untranslated)</value> 143 143 </data> 144 <data name="The Eraser documentation file could not be opened. Check that Adobe Reader installed and that your Eraser install is not corrupt.\n\nThe error returned was: {0}" xml:space="preserve"> 145 <value>(Untranslated)</value> 146 </data> 144 147 <data name="Processing:" xml:space="preserve"> 145 148 <value>(Untranslated)</value> -
trunk/eraser6/Eraser/Strings.en.resx
r1095 r1159 142 142 <value>Session: {0:F}</value> 143 143 </data> 144 <data name="The Eraser documentation file could not be opened. Check that Adobe Reader installed and that your Eraser install is not corrupt.\n\nThe error returned was: {0}" xml:space="preserve"> 145 <value>The Eraser documentation file could not be opened. Check that Adobe Reader installed and that your Eraser install is not corrupt.\n\nThe error returned was: {0}</value> 146 </data> 144 147 <data name="Processing:" xml:space="preserve"> 145 148 <value>Processing:</value> -
trunk/eraser6/Eraser/Strings.resx
r1095 r1159 142 142 <value>Session: {0:F}</value> 143 143 </data> 144 <data name="The Eraser documentation file could not be opened. Check that Adobe Reader installed and that your Eraser install is not corrupt.\n\nThe error returned was: {0}" xml:space="preserve"> 145 <value>The Eraser documentation file could not be opened. Check that Adobe Reader installed and that your Eraser install is not corrupt.\n\nThe error returned was: {0}</value> 146 </data> 144 147 <data name="Processing:" xml:space="preserve"> 145 148 <value>Processing:</value>
Note: See TracChangeset
for help on using the changeset viewer.
