Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 17, 2006, 9:35:53 AM (18 years ago)
Author:
bensch
Message:

better layout in Sound

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/qt_gui/src/lib/gui/qt_gui/gui_general.cc

    r7632 r7634  
    7878  void GuiGeneral::openDataFileDialog()
    7979  {
     80    QString browsePath = this->dataDir->text();
     81    if (browsePath.isEmpty())
     82      browsePath = ".";
     83
    8084    QString s = QFileDialog::getOpenFileName(
    8185        this,
    8286    "Choose the ORXONOX DATA DIRECTORY",
    83     ".",
     87    browsePath,
    8488    "ORXONOX DATA INDEX (" DEFAULT_DATA_DIR_CHECKFILE ")" );
    8589
Note: See TracChangeset for help on using the changeset viewer.