Module: synfig
Branch: zelgadis_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);


------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
Synfig-devl mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/synfig-devl

Reply via email to