Ticket #3149: caption.diff
File caption.diff, 664 bytes (added by , 18 years ago) |
---|
-
base/main.cpp
64 64 system.initSize(320, 200); 65 65 system.endGFXTransaction(); 66 66 67 // Set initial window caption 68 system.setWindowCaption(gScummVMFullVersion); 67 69 68 70 // Clear the main screen 69 71 system.clearScreen(); … … 270 272 // the command line params) was read. 271 273 system.initBackend(); 272 274 273 // Set initial window caption274 system.setWindowCaption(gScummVMFullVersion);275 276 275 // Unless a game was specified, show the launcher dialog 277 276 if (0 == ConfMan.getActiveDomain()) { 278 277 launcherDialog(system);