Changeset 464 for trunk/MagicSoft
- Timestamp:
- 01/11/01 13:04:40 (24 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mars.cc
r463 r464 27 27 // start the main window 28 28 29 MGMarsMain mainWin(gClient->GetRoot(), 1, 1);29 MGMarsMain mainWin(gClient->GetRoot(), 400, 650); 30 30 31 31 theApp.Run(); -
trunk/MagicSoft/Mars/mgui/MGMarsMain.cc
r461 r464 174 174 175 175 case M_BUTTON_DATACHECK: 176 new MGDataCheckMain(fClient->GetRoot(), this, 1, 1) ;176 new MGDataCheckMain(fClient->GetRoot(), this, 400, 650 ) ; 177 177 break ; 178 178
Note:
See TracChangeset
for help on using the changeset viewer.