Version handling in main window title, About window (now with tabs, including the license) and in PP3 files

This commit is contained in:
Hombre
2011-02-08 01:25:40 +01:00
parent 84945ee826
commit aac9c13b9f
16 changed files with 856 additions and 610 deletions

View File

@@ -952,7 +952,7 @@ void Preferences::selectStartupDir () {
void Preferences::aboutPressed () {
Splash* splash = new Splash (-1);
Splash* splash = new Splash ();
splash->set_transient_for (*this);
splash->set_modal (true);
splash->show ();