totem r6189 - in branches/gnome-2-26: . src/plugins/screenshot



Author: hadess
Date: Tue Mar 24 21:47:18 2009
New Revision: 6189
URL: http://svn.gnome.org/viewvc/totem?rev=6189&view=rev

Log:
2009-03-24  Bastien Nocera  <hadess hadess net>

	* src/plugins/screenshot/totem-screenshot-plugin.c (impl_activate):
	Use Ctrl+S not Shift+S to capture a screenshot (Closes: #576610)



Modified:
   branches/gnome-2-26/ChangeLog
   branches/gnome-2-26/src/plugins/screenshot/totem-screenshot-plugin.c

Modified: branches/gnome-2-26/src/plugins/screenshot/totem-screenshot-plugin.c
==============================================================================
--- branches/gnome-2-26/src/plugins/screenshot/totem-screenshot-plugin.c	(original)
+++ branches/gnome-2-26/src/plugins/screenshot/totem-screenshot-plugin.c	Tue Mar 24 21:47:18 2009
@@ -205,7 +205,7 @@
 	TotemScreenshotPlugin *self = TOTEM_SCREENSHOT_PLUGIN (plugin);
 	TotemScreenshotPluginPrivate *priv = self->priv;
 	const GtkActionEntry menu_entries[] = {
-		{ "take-screenshot", "camera-photo", N_("Take _Screenshot..."), "<Shift>S", N_("Take a screenshot"), G_CALLBACK (take_screenshot_action_cb) },
+		{ "take-screenshot", "camera-photo", N_("Take _Screenshot..."), "<Ctrl>S", N_("Take a screenshot"), G_CALLBACK (take_screenshot_action_cb) },
 		{ "take-gallery", NULL, N_("Create Screenshot _Gallery..."), NULL, N_("Create a gallery of screenshots"), G_CALLBACK (take_gallery_action_cb) }
 	};
 



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