totem r5881 - in trunk: . src/plugins/screenshot
- From: pwithnall svn gnome org
- To: svn-commits-list gnome org
- Subject: totem r5881 - in trunk: . src/plugins/screenshot
- Date: Tue, 30 Dec 2008 00:07:34 +0000 (UTC)
Author: pwithnall
Date: Tue Dec 30 00:07:33 2008
New Revision: 5881
URL: http://svn.gnome.org/viewvc/totem?rev=5881&view=rev
Log:
2008-12-30 Philip Withnall <philip tecnocode co uk>
* src/plugins/screenshot/totem-screenshot-plugin.c
(impl_activate):
Change the gallery menu entry from "Take Gallery" to "Create
Gallery",
and removed the duplicate icon. (Closes: #565917)
Modified:
trunk/ChangeLog
trunk/src/plugins/screenshot/totem-screenshot-plugin.c
Modified: trunk/src/plugins/screenshot/totem-screenshot-plugin.c
==============================================================================
--- trunk/src/plugins/screenshot/totem-screenshot-plugin.c (original)
+++ trunk/src/plugins/screenshot/totem-screenshot-plugin.c Tue Dec 30 00:07:33 2008
@@ -200,7 +200,7 @@
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-gallery", "camera-photo", N_("Take Screenshot _Gallery..."), NULL, N_("Take a gallery of screenshots"), G_CALLBACK (take_gallery_action_cb) }
+ { "take-gallery", NULL, N_("Create Screenshot _Gallery..."), NULL, N_("Create a gallery of screenshots"), G_CALLBACK (take_gallery_action_cb) }
};
priv->totem = totem;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]