This is a manual merge of branch drop split view intro trunk.
[modest] / src / hildon2 / modest-account-view-window.c
index 8d0c6dd..9cbfed1 100644 (file)
@@ -35,6 +35,7 @@
 
 #include <modest-runtime.h>
 #include "modest-platform.h"
+#include "modest-text-utils.h"
 #include "modest-account-protocol.h"
 #include <modest-account-mgr-helpers.h>
 #include <string.h>
@@ -318,9 +319,11 @@ static void
 setup_button_box (ModestAccountViewWindow *self, GtkButtonBox *box)
 {
        ModestAccountViewWindowPrivate *priv = MODEST_ACCOUNT_VIEW_WINDOW_GET_PRIVATE(self);
-       
-       priv->new_button     = gtk_button_new_from_stock(_("mcen_bd_new"));
-       
+
+       priv->new_button     = gtk_button_new_from_stock(_HL("wdgt_bd_new"));
+       hildon_gtk_widget_set_theme_size (priv->new_button,
+                                         HILDON_SIZE_FINGER_HEIGHT);
+
        g_signal_connect (G_OBJECT(priv->new_button), "clicked",
                          G_CALLBACK(on_new_button_clicked),
                          self);