author | llornkcor <llornkcor> | 2002-10-22 02:17:18 (UTC) |
---|---|---|
committer | llornkcor <llornkcor> | 2002-10-22 02:17:18 (UTC) |
commit | 59c92dc2a1defbece541663c76a9da82a59cbaa9 (patch) (unidiff) | |
tree | 905d4b4ab9a97298a56ccdea00359898eaa8bbd0 | |
parent | a19864da233f2d434d96c85b4f4b1978bab5d30d (diff) | |
download | opie-59c92dc2a1defbece541663c76a9da82a59cbaa9.zip opie-59c92dc2a1defbece541663c76a9da82a59cbaa9.tar.gz opie-59c92dc2a1defbece541663c76a9da82a59cbaa9.tar.bz2 |
gak 2
-rw-r--r-- | noncore/tools/formatter/formatter.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/noncore/tools/formatter/formatter.cpp b/noncore/tools/formatter/formatter.cpp index 46dc01c..9192099 100644 --- a/noncore/tools/formatter/formatter.cpp +++ b/noncore/tools/formatter/formatter.cpp | |||
@@ -477,5 +477,5 @@ bool FormatterApp::doFsck() { | |||
477 | selectedDevice = deviceComboBox->currentText(); | 477 | selectedDevice = deviceComboBox->currentText(); |
478 | 478 | QString mountPoint = mountPointLineEdit->text(); | |
479 | QString umountS = "umount -v "+selectedDevice+" 2>&1"; | 479 | QString umountS = "umount -v "+mountPoint+" 2>&1"; |
480 | QString remountS = "mount -v "+selectedDevice+" 2>&1"; | 480 | QString remountS = "mount -v "+mountPoint+" 2>&1"; |
481 | #else | 481 | #else |