OSDN Git Service

Added one missing NOBR().
authorlordmulder <mulder2@gmx.de>
Mon, 16 Apr 2012 16:52:45 +0000 (18:52 +0200)
committerlordmulder <mulder2@gmx.de>
Mon, 16 Apr 2012 16:52:45 +0000 (18:52 +0200)
src/Config.h
src/Dialog_MainWindow.cpp

index 12e5a38..bb39162 100644 (file)
@@ -30,7 +30,7 @@
 #define VER_LAMEXP_MINOR_LO                                    4
 #define VER_LAMEXP_TYPE                                                RC
 #define VER_LAMEXP_PATCH                                       1
-#define VER_LAMEXP_BUILD                                       978
+#define VER_LAMEXP_BUILD                                       979
 
 ///////////////////////////////////////////////////////////////////////////////
 // Tool versions (minimum expected versions!)
index f78fa0a..d8b8d6c 100644 (file)
@@ -1351,7 +1351,7 @@ void MainWindow::encodeButtonClicked(void)
                        return;
                        break;
                default:
-                       QMessageBox::warning(this, tr("Low Diskspace"), tr("You are proceeding with low diskspace. Problems might occur!"));
+                       QMessageBox::warning(this, tr("Low Diskspace"), NOBR(tr("You are proceeding with low diskspace. Problems might occur!")));
                        break;
                }
        }