Changeset 858 for branches/eraser6/Eraser/Program.cs
- Timestamp:
- 1/6/2009 1:30:17 AM (4 years ago)
- File:
-
- 1 edited
-
branches/eraser6/Eraser/Program.cs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eraser6/Eraser/Program.cs
r820 r858 1333 1333 1334 1334 /// <summary> 1335 /// Gets ot setts a value whether tasks which were completed successfully 1336 /// should be removed by the Eraser client. 1337 /// </summary> 1338 public bool ClearCompletedTasks 1339 { 1340 get 1341 { 1342 return settings["ClearCompletedTasks"] == null ? 1343 true : (bool)settings["ClearCompletedTasks"]; 1344 } 1345 set 1346 { 1347 settings["ClearCompletedTasks"] = value; 1348 } 1349 } 1350 1351 /// <summary> 1335 1352 /// Gets the current UI culture, correct to the top-level culture (i.e., English 1336 1353 /// instead of English (United Kingdom))
Note: See TracChangeset
for help on using the changeset viewer.
