-rw-r--r-- | noncore/apps/advancedfm/advancedfm.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/noncore/apps/advancedfm/advancedfm.cpp b/noncore/apps/advancedfm/advancedfm.cpp index 8a1eeec..2126745 100644 --- a/noncore/apps/advancedfm/advancedfm.cpp +++ b/noncore/apps/advancedfm/advancedfm.cpp | |||
@@ -1181,7 +1181,7 @@ void AdvancedFm::runCommand() { | |||
1181 | 1181 | ||
1182 | int err=0; | 1182 | int err=0; |
1183 | Output *outDlg; | 1183 | Output *outDlg; |
1184 | outDlg = new Output(this, tr("Formatter Output"),FALSE); | 1184 | outDlg = new Output(this, tr("AdvancedFm Output"),FALSE); |
1185 | outDlg->showMaximized(); | 1185 | outDlg->showMaximized(); |
1186 | outDlg->show(); | 1186 | outDlg->show(); |
1187 | qApp->processEvents(); | 1187 | qApp->processEvents(); |
@@ -1239,7 +1239,7 @@ void AdvancedFm::fileStatus() { | |||
1239 | QString command = " stat -l "+ curFile +" 2>&1"; | 1239 | QString command = " stat -l "+ curFile +" 2>&1"; |
1240 | int err=0; | 1240 | int err=0; |
1241 | Output *outDlg; | 1241 | Output *outDlg; |
1242 | outDlg = new Output(this, tr("Formatter Output"),FALSE); | 1242 | outDlg = new Output(this, tr("AdvancedFm Output"),FALSE); |
1243 | outDlg->showMaximized(); | 1243 | outDlg->showMaximized(); |
1244 | outDlg->show(); | 1244 | outDlg->show(); |
1245 | qApp->processEvents(); | 1245 | qApp->processEvents(); |