[gnote] Fix program name in about dialog



commit 7eab5b1078a580382dc7afb84bf9fdd26c044eff
Author: Aurimas Äernius <aurisc4 gmail com>
Date:   Mon Sep 26 22:55:54 2011 +0300

    Fix program name in about dialog

 src/gnote.cpp |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/gnote.cpp b/src/gnote.cpp
index d10e8dc..f1f6d60 100644
--- a/src/gnote.cpp
+++ b/src/gnote.cpp
@@ -357,6 +357,7 @@ namespace gnote {
 
     Gtk::AboutDialog about;
     about.set_name("Gnote");
+    about.set_program_name("Gnote");
     about.set_version(VERSION);
     about.set_logo(utils::get_icon("gnote", 48));
     about.set_copyright(_("Copyright \xc2\xa9 2010-2011 Aurimas Cernius\n"



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