Ticket #3149: caption.diff

File caption.diff, 664 bytes (added by eriktorbjorn, 17 years ago)

Patch against current SVN

  • base/main.cpp

     
    6464                system.initSize(320, 200);
    6565        system.endGFXTransaction();
    6666
     67        // Set initial window caption
     68        system.setWindowCaption(gScummVMFullVersion);
    6769
    6870        // Clear the main screen
    6971        system.clearScreen();
     
    270272        // the command line params) was read.
    271273        system.initBackend();
    272274
    273         // Set initial window caption
    274         system.setWindowCaption(gScummVMFullVersion);
    275 
    276275        // Unless a game was specified, show the launcher dialog
    277276        if (0 == ConfMan.getActiveDomain()) {
    278277                launcherDialog(system);