[gthumb] Use more appropriate stock buttons for the slideshow controls
- From: Michael J. Chudobiak <mjc src gnome org>
- To: svn-commits-list gnome org
- Subject: [gthumb] Use more appropriate stock buttons for the slideshow controls
- Date: Fri, 12 Jun 2009 09:27:34 -0400 (EDT)
commit 8d1c0a97d4fa6ea4035100842eb39edc00a68cf1
Author: Michael J. Chudobiak <mjc avtechpulse com>
Date: Fri Jun 12 09:27:08 2009 -0400
Use more appropriate stock buttons for the slideshow controls
src/gth-fullscreen-actions-entries.h | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/gth-fullscreen-actions-entries.h b/src/gth-fullscreen-actions-entries.h
index 61e02ea..4f5db17 100644
--- a/src/gth-fullscreen-actions-entries.h
+++ b/src/gth-fullscreen-actions-entries.h
@@ -38,17 +38,17 @@ static GtkActionEntry gth_fullscreen_action_entries[] = {
NULL,
G_CALLBACK (gth_fullscreen_activate_action_close) },
- { "StopSlideShow", GTK_STOCK_LEAVE_FULLSCREEN,
+ { "StopSlideShow", GTK_STOCK_MEDIA_STOP,
N_("Stop"), NULL,
N_("Stop slideshow"),
G_CALLBACK (gth_fullscreen_activate_action_close) },
- { "View_NextImage", GTK_STOCK_GO_FORWARD,
+ { "View_NextImage", GTK_STOCK_MEDIA_NEXT,
N_("Next"), NULL,
N_("View next image"),
G_CALLBACK (gth_fullscreen_activate_action_view_next_image) },
- { "View_PrevImage", GTK_STOCK_GO_BACK,
+ { "View_PrevImage", GTK_STOCK_MEDIA_PREVIOUS,
N_("Previous"), NULL,
N_("View previous image"),
G_CALLBACK (gth_fullscreen_activate_action_view_prev_image) },
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]