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

This commit is contained in:
natureh
2011-02-07 22:47:30 +01:00
parent 40204e79bc
commit f32ce7c7cc
19 changed files with 302 additions and 77 deletions

View File

@@ -1047,7 +1047,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 ();