ossp-pkg/as/as-gui/as_main.cpp 1.12 -> 1.13
--- as_main.cpp 2003/01/28 16:41:16 1.12
+++ as_main.cpp 2003/01/29 17:05:31 1.13
@@ -39,5 +39,6 @@
Titraqform Mainform; // Main app window
App.setMainWidget(&Mainform);
Mainform.show(); // Finally start the show
+ Mainform.loadInit(); // Start with initial data
return App.exec();
}
|
|