[easytag] Remove version number from window title



commit c7218132fe499c5518ea01618bd1d561b737fd70
Author: David King <amigadave amigadave com>
Date:   Sat Aug 3 09:55:15 2013 +0100

    Remove version number from window title
    
    The version number is shown in the about dialogue.

 src/easytag.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/src/easytag.c b/src/easytag.c
index cc5e14d..ed0db3d 100644
--- a/src/easytag.c
+++ b/src/easytag.c
@@ -229,8 +229,7 @@ common_init (GApplication *application)
     MainWindow = gtk_window_new(GTK_WINDOW_TOPLEVEL);
     et_application_set_window (ET_APPLICATION (application),
                                GTK_WINDOW (MainWindow));
-    gtk_window_set_title (GTK_WINDOW (MainWindow),
-                          PACKAGE_NAME " " PACKAGE_VERSION);
+    gtk_window_set_title (GTK_WINDOW (MainWindow), PACKAGE_NAME);
     // This part is needed to set correctly the position of handle panes
     gtk_window_set_default_size(GTK_WINDOW(MainWindow),MAIN_WINDOW_WIDTH,MAIN_WINDOW_HEIGHT);
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]