Rev 306 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 306 | Rev 361 | ||
---|---|---|---|
Line 75... | Line 75... | ||
75 | 75 | ||
76 | // Configuration -> Verzeichnisse |
76 | // Configuration -> Verzeichnisse |
77 | ///////////////////////////////// |
77 | ///////////////////////////////// |
78 | void dlg_Preferences::slot_DIR_CVS() |
78 | void dlg_Preferences::slot_DIR_CVS() |
79 | { |
79 | { |
Line 80... | Line 80... | ||
80 | QString directory = QFileDialog::getExistingDirectory(this, trUtf8("Verzeichniss für CSV-Logdateien"), Settings->DIR.Logging, QFileDialog::DontResolveSymlinks | QFileDialog::ShowDirsOnly); |
80 | QString directory = QFileDialog::getExistingDirectory(this, trUtf8("Verzeichniss für Daten"), Settings->DIR.Logging, QFileDialog::DontResolveSymlinks | QFileDialog::ShowDirsOnly); |
81 | 81 | ||
82 | if ((!directory.isEmpty()) && (Settings->DIR.Logging != directory)) |
82 | if ((!directory.isEmpty()) && (Settings->DIR.Logging != directory)) |
83 | { |
83 | { |