[bijiben/gnome-3-8] Rename simply Notes



commit 7947033552935d847c927920ad4ecfab1b6b7db8
Author: Pierre-Yves Luyten <py luyten fr>
Date:   Wed Jun 19 00:48:42 2013 +0200

    Rename simply Notes
    
    It is a more useful title. See 702298

 data/bijiben.desktop.in.in |    2 +-
 src/bjb-app-menu.c         |    4 ++--
 src/bjb-window-base.c      |    2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/data/bijiben.desktop.in.in b/data/bijiben.desktop.in.in
index 1dc0803..c073573 100755
--- a/data/bijiben.desktop.in.in
+++ b/data/bijiben.desktop.in.in
@@ -1,6 +1,6 @@
 
 [Desktop Entry]
-_Name=Bijiben
+_Name=Notes
 _Keywords=notes;reminder;
 _Comment=Post notes, tag files!
 _GenericName=Note-taker
diff --git a/src/bjb-app-menu.c b/src/bjb-app-menu.c
index 4f410c6..e39cd8b 100644
--- a/src/bjb-app-menu.c
+++ b/src/bjb-app-menu.c
@@ -31,11 +31,11 @@ void show_about_dialog(GtkApplication *app)
   GList * windows = gtk_application_get_windows (app);
   
   gtk_show_about_dialog( g_list_nth_data (windows, 0),
-  "program-name", _("Bijiben"),
+  "program-name", _("Notes"),
   "comments", _("Simple notebook for GNOME"),
   "license", "GPLv3",
   "version", VERSION,
-  "copyright", "Pierre-Yves Luyten 2012",
+  "copyright", "Pierre-Yves Luyten 2013",
   "translator-credits", _("translator-credits"),
   NULL,NULL,NULL);
 
diff --git a/src/bjb-window-base.c b/src/bjb-window-base.c
index 55ed946..0d614c1 100644
--- a/src/bjb-window-base.c
+++ b/src/bjb-window-base.c
@@ -13,7 +13,7 @@
 
 #define BJB_WIDTH 880
 #define BJB_HEIGHT 600
-#define BIJIBEN_MAIN_WIN_TITLE "Bijiben"
+#define BIJIBEN_MAIN_WIN_TITLE "Notes"
 
 #define BJB_DEFAULT_FONT "Serif 10"
 


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