[totem] main: Update application name



commit f0dc37258f477933b95c098b4cd45dec9edccb7b
Author: Bastien Nocera <hadess hadess net>
Date:   Fri Apr 20 12:32:35 2012 +0100

    main: Update application name
    
    It's now Videos, as per design.

 data/totem.ui      |    2 +-
 src/totem-object.c |    2 +-
 src/totem.c        |    4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/data/totem.ui b/data/totem.ui
index dc3a166..2e18495 100644
--- a/data/totem.ui
+++ b/data/totem.ui
@@ -2070,7 +2070,7 @@
 <action-widgets><action-widget response="-7">tpw_close_button</action-widget></action-widgets></object>
 
 <object class="GtkApplicationWindow" id="totem_main_window">
-  <property name="title" translatable="yes">Movie Player</property>
+  <property name="title" translatable="yes">Videos</property>
   <property name="type">GTK_WINDOW_TOPLEVEL</property>
   <property name="window_position">GTK_WIN_POS_NONE</property>
   <property name="modal">False</property>
diff --git a/src/totem-object.c b/src/totem-object.c
index 21a220d..b5b64bc 100644
--- a/src/totem-object.c
+++ b/src/totem-object.c
@@ -1572,7 +1572,7 @@ update_mrl_label (TotemObject *totem, const char *name)
 		totem_fullscreen_set_title (totem->fs, NULL);
 
 		/* Title */
-		gtk_window_set_title (GTK_WINDOW (totem->win), _("Movie Player"));
+		gtk_window_set_title (GTK_WINDOW (totem->win), _("Videos"));
 	}
 }
 
diff --git a/src/totem.c b/src/totem.c
index c232fa4..530f0b1 100644
--- a/src/totem.c
+++ b/src/totem.c
@@ -232,7 +232,7 @@ main (int argc, char **argv)
 	if (XInitThreads () == 0)
 	{
 		gtk_init (&argc, &argv);
-		g_set_application_name (_("Totem Movie Player"));
+		g_set_application_name (_("Videos"));
 		totem_action_error_and_exit (_("Could not initialize the thread-safe libraries."), _("Verify your system installation. Totem will now exit."), NULL);
 	}
 #endif
@@ -240,7 +240,7 @@ main (int argc, char **argv)
 	g_type_init ();
 	gtk_init (&argc, &argv);
 
-	g_set_application_name (_("Totem Movie Player"));
+	g_set_application_name (_("Videos"));
 	gtk_window_set_default_icon_name ("totem");
 	g_setenv("PULSE_PROP_media.role", "video", TRUE);
 



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