~ubuntu-branches/debian/jessie/3depict/jessie

« back to all changes in this revision

Viewing changes to src/3Depict.cpp

  • Committer: Package Import Robot
  • Author(s): D Haley
  • Date: 2014-06-09 22:54:00 UTC
  • Revision ID: package-import@ubuntu.com-20140609225400-mxteq4a0xq9cfws3
Tags: 0.0.16-2
Add wx 3.0 startup patch (Closes: #746609)

Show diffs side-by-side

added added

removed removed

Lines of Context:
457
457
 
458
458
 
459
459
    MainFrame->Show();
460
 
    
 
460
   
 
461
    MainFrame->checkShowTips();
 
462
    MainFrame->checkReloadAutosave();
 
463
 
 
464
 
461
465
    if(commandLineFiles.GetCount())
462
466
        MainFrame->SetCommandLineFiles(commandLineFiles);
463
467
 
464
468
    MainFrame->fixSplitterWindow();
 
469
 
 
470
    MainFrame->finaliseStartup();
465
471
    return true;
466
472
}
467
473