]> git.lyx.org Git - features.git/blobdiff - src/frontends/qt2/FileDialog.C
Minor bits 'n' bobs from Michael, J�rgen and Jean-Marc.
[features.git] / src / frontends / qt2 / FileDialog.C
index fc53055d5c9c1161dd283ea410778686e0bb0b68..28a5342392e0753ae27672f9192bb6fa572ced66 100644 (file)
@@ -71,7 +71,7 @@ FileDialog::Result const FileDialog::save(string const & path,
                dlg.setSelection(toqstr(suggested));
 
        FileDialog::Result result;
-       lyxerr[Debug::GUI] << "Synchronous FileDialog : " << endl;
+       lyxerr[Debug::GUI] << "Synchronous FileDialog: " << endl;
        result.first = FileDialog::Chosen;
        int res = dlg.exec();
        lyxerr[Debug::GUI] << "result " << res << endl;
@@ -99,7 +99,7 @@ FileDialog::Result const FileDialog::open(string const & path,
                dlg.setSelection(toqstr(suggested));
 
        FileDialog::Result result;
-       lyxerr[Debug::GUI] << "Synchronous FileDialog : " << endl;
+       lyxerr[Debug::GUI] << "Synchronous FileDialog: " << endl;
        result.first = FileDialog::Chosen;
        int res = dlg.exec();
        lyxerr[Debug::GUI] << "result " << res << endl;