Remove the "blend method" option from the tool options panel for the circle and gradi...
[synfig.git] / synfig-studio / trunk / src / gtkmm / zoomdial.h
index 7842689..bf0e93f 100644 (file)
@@ -30,6 +30,8 @@
 #include <gtkmm/tooltips.h>
 #include <gtkmm/button.h>
 
+#include "general.h"
+
 /* === M A C R O S ========================================================= */
 
 #define SMALL_BUTTON(button,stockid,tooltip)   \
@@ -68,7 +70,7 @@ public:
 
                SMALL_BUTTON(zoom_in,"gtk-add",_("Zoom In"));
                SMALL_BUTTON(zoom_out,"gtk-remove",_("Zoom Out"));
-               SMALL_BUTTON(zoom_fit,"gtk-zoom-fit",_("Zoom Fit"));
+               SMALL_BUTTON(zoom_fit,"gtk-zoom-fit",_("Zoom to Fit"));
                SMALL_BUTTON(zoom_norm,"gtk-zoom-100",_("Zoom to 100%"));
 
                attach(*zoom_out, 0, 1, 0, 1, Gtk::SHRINK, Gtk::SHRINK, 0, 0);