Changeset 94 for trunk/src/main.cxx
- Timestamp:
- 04/20/06 06:29:18 (3 years ago)
- Files:
-
- 1 modified
-
trunk/src/main.cxx (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/main.cxx
r73 r94 24 24 #include <MainView.h> 25 25 #include "MainPter.h" 26 #include "Config.h" 26 27 27 28 … … 92 93 // the presenter's responsibility. 93 94 delete mainPter; 95 96 // Save the configuration. 97 Config::getConfig().save (); 98 94 99 // All done!. 95 100 return EXIT_SUCCESS;
