- Timestamp:
- Jun 23, 2006, 5:28:13 PM (18 years ago)
- Location:
- trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/gui/qt/qt_gui_datadir_fallback.cc
r8749 r8750 49 49 bannerWidget->setImage(bannerImage); 50 50 mainLayout->addWidget(bannerWidget, 0,0, 3, 1); 51 52 QLabel* label = new QLabel(); 53 label->setText("ORXONOX needs its DataDirectory to be configured.\n Just Select the ORXONOX-dataDirectory with the browse-button, and start the Game\n"); 54 55 mainLayout->addWidget(label, 0,1); 51 56 52 57 mainLayout->addWidget(new GuiGeneral(this), 1, 1, 1, 3); -
trunk/src/orxonox.cc
r8749 r8750 348 348 OrxGui::Gui* gui = new OrxGui::QtGuiDataDirFallback(argc, argv); 349 349 gui->startGui(); 350 if (gui->getState() == OrxGui::Gui::Quitting) 351 return(-1); 350 352 delete gui; 351 353 ResourceManager::getInstance()->setDataDir(Preferences::getInstance()->getString(CONFIG_SECTION_GENERAL, CONFIG_NAME_DATADIR, ""));
Note: See TracChangeset
for help on using the changeset viewer.