cheese r625 - in trunk: . data src



Author: dgsiegel
Date: Wed Apr  2 04:15:14 2008
New Revision: 625
URL: http://svn.gnome.org/viewvc/cheese?rev=625&view=rev

Log:
use new cheese description, fixes bug #512091


Modified:
   trunk/ChangeLog
   trunk/data/cheese.desktop.in.in
   trunk/src/cheese-window.c
   trunk/src/cheese.c

Modified: trunk/data/cheese.desktop.in.in
==============================================================================
--- trunk/data/cheese.desktop.in.in	(original)
+++ trunk/data/cheese.desktop.in.in	Wed Apr  2 04:15:14 2008
@@ -1,6 +1,6 @@
 [Desktop Entry]
 _Name=Cheese
-_Comment=A cheesy program to take photos and videos from your webcam
+_Comment=Take photos and videos with your webcam, with fun graphical effects
 Exec=cheese
 Terminal=false
 Type=Application

Modified: trunk/src/cheese-window.c
==============================================================================
--- trunk/src/cheese-window.c	(original)
+++ trunk/src/cheese-window.c	Wed Apr  2 04:15:14 2008
@@ -598,7 +598,7 @@
   gtk_show_about_dialog (GTK_WINDOW (cheese_window->window),
                          "version", VERSION,
                          "copyright", "Copyright \xc2\xa9 2007, 2008\n daniel g. siegel <dgsiegel gmail com>",
-                         "comments", _("A cheesy program to take photos and videos from your webcam"),
+                         "comments", _("Take photos and videos with your webcam, with fun graphical effects"),
                          "authors", authors,
                          "translator-credits", translators,
                          "website", "http://www.gnome.org/projects/cheese";,

Modified: trunk/src/cheese.c
==============================================================================
--- trunk/src/cheese.c	(original)
+++ trunk/src/cheese.c	Wed Apr  2 04:15:14 2008
@@ -84,7 +84,7 @@
 
   g_set_application_name (_("Cheese"));
 
-  context = g_option_context_new (N_("- Take photos and videos from your webcam"));
+  context = g_option_context_new (N_("- Take photos and videos with your webcam, with fun graphical effects"));
   g_option_context_add_main_entries(context, options, GETTEXT_PACKAGE);
   g_option_context_add_group (context, gtk_get_option_group (TRUE));
   g_option_context_add_group (context, gst_init_get_option_group ());



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