Module: synfig
Branch: genete_master
Commit: 85041620c2c84b2b5c46207483c3441e8b0330d9
URL:
http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig;a=commit;h=85041620c2c84b2b5c46207483c3441e8b0330d9
Author: Carlos Lopez <car...@pcnuevo.(none)>
Date: Sat Jun 20 19:56:40 2009 +0200
Use GTK media icons for Frame Dial navigation buttons
---
synfig-studio/trunk/src/gtkmm/framedial.cpp | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/synfig-studio/trunk/src/gtkmm/framedial.cpp
b/synfig-studio/trunk/src/gtkmm/framedial.cpp
index a88af27..f892b60 100644
--- a/synfig-studio/trunk/src/gtkmm/framedial.cpp
+++ b/synfig-studio/trunk/src/gtkmm/framedial.cpp
@@ -52,10 +52,10 @@ FrameDial::FrameDial(): Gtk::Table(3, 1, false)
{
Gtk::IconSize iconsize = Gtk::IconSize::from_name("synfig-small_icon");
- seek_begin = create_icon(iconsize, "synfig-seek_begin", _("Seek to
Begin"));
- seek_prev_frame = create_icon(iconsize, "synfig-seek_prev_frame",
_("Previous Frame"));
- seek_next_frame = create_icon(iconsize, "synfig-seek_next_frame",
_("Next Frame"));
- seek_end = create_icon(iconsize, "synfig-seek_end", _("Seek to End"));
+ seek_begin = create_icon(iconsize, GTK_STOCK_MEDIA_PREVIOUS, _("Seek to
Begin"));
+ seek_prev_frame = create_icon(iconsize, GTK_STOCK_MEDIA_REWIND,
_("Previous Frame"));
+ seek_next_frame = create_icon(iconsize, GTK_STOCK_MEDIA_FORWARD,
_("Next Frame"));
+ seek_end = create_icon(iconsize, GTK_STOCK_MEDIA_NEXT, _("Seek to
End"));
attach(*seek_begin, 0, 1, 0, 1, Gtk::SHRINK, Gtk::SHRINK, 0, 0);
attach(*seek_prev_frame, 1, 2, 0, 1, Gtk::SHRINK, Gtk::SHRINK, 0, 0);
------------------------------------------------------------------------------
Are you an open source citizen? Join us for the Open Source Bridge conference!
Portland, OR, June 17-19. Two days of sessions, one day of unconference: $250.
Need another reason to go? 24-hour hacker lounge. Register today!
http://ad.doubleclick.net/clk;215844324;13503038;v?http://opensourcebridge.org
_______________________________________________
Synfig-devl mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/synfig-devl