When 'use current frame' is checked in the render dialog, the Time tab is supposed...
[synfig.git] / synfig-studio / trunk / src / gtkmm / dialog_gradient.cpp
index d506058..648a7b8 100644 (file)
@@ -42,6 +42,8 @@
 #include <gtkmm/spinbutton.h>
 #include "app.h"
 
+#include "general.h"
+
 #endif
 
 /* === U S I N G =========================================================== */
@@ -70,7 +72,7 @@ Dialog_Gradient::Dialog_Gradient():
        set_role("gradient_editor");
 
        // Setup the buttons
-       Gtk::Button *grab_button(manage(new class Gtk::Button(Gtk::StockID("Grab"))));
+       Gtk::Button *grab_button(manage(new class Gtk::Button(Gtk::StockID(_("Grab")))));
        grab_button->show();
        add_action_widget(*grab_button,2);
        grab_button->signal_clicked().connect(sigc::mem_fun(*this, &Dialog_Gradient::on_grab_pressed));