[Xfce4-commits] <xfce4-taskmanager:master> Set localized name of application

Mike Massonnet noreply at xfce.org
Sun May 30 23:32:01 CEST 2010


Updating branch refs/heads/master
         to 20d95b74db2ca544fc10f7ee18feaf928036ac1c (commit)
       from 23ae93bc9eda35702378b8214e7e01d9f53bd6e7 (commit)

commit 20d95b74db2ca544fc10f7ee18feaf928036ac1c
Author: Mike Massonnet <mmassonnet at xfce.org>
Date:   Sun May 30 23:31:31 2010 +0200

    Set localized name of application

 src/main.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/main.c b/src/main.c
index a3168a4..bd22d40 100644
--- a/src/main.c
+++ b/src/main.c
@@ -113,6 +113,7 @@ int main (int argc, char *argv[])
 #endif
 
 	gtk_init (&argc, &argv);
+	g_set_application_name (_("Task Manager"));
 
 	settings = xtm_settings_get_default ();
 



More information about the Xfce4-commits mailing list