]> Some of my projects - aniplayer-old.git/commitdiff
- Minor changes
authorAPTX <APTX@.(none)>
Thu, 27 Aug 2009 13:20:59 +0000 (15:20 +0200)
committerAPTX <APTX@.(none)>
Thu, 27 Aug 2009 13:20:59 +0000 (15:20 +0200)
src/anidbconfigdialog.ui
src/versiondialog.cpp

index d14f04e6c07ae5acfca0d62b7001f4e7888c6284..9ad4cc24f271d10ee9bb3d700f9bf031a1972c51 100644 (file)
@@ -11,7 +11,7 @@
    </rect>
   </property>
   <property name="windowTitle">
-   <string>Dialog</string>
+   <string>AniDB Config</string>
   </property>
   <layout class="QVBoxLayout" name="verticalLayout">
    <item>
index 5c82bf39a827589dfa6862fb4e17a81eab89ff2f..a9caa5e24dfc7c2cabd463b53e93cc7d4fd6bdca 100644 (file)
@@ -19,7 +19,8 @@ VersionDialog::VersionDialog(QWidget *parent) : QDialog(parent)
 
        const QString description = tr(
                "<h3>%1 %2</h3>"
-               "Built with Qt\t%3;running with Qt\t%4<br/>"
+               "Built with\tQt %3<br/>"
+               "Running with\tQt %4<br/>"
                "<br/>"
                "Built on " __DATE__ " at " __TIME__ " "
 #ifdef REVISION