X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fmaemo%2Fmodest-account-view-window.c;h=f6cb3d31204f27722a0d19986b17afb857bb43b9;hp=3c929948a2b76a25a71cf98d5044c76a2e7d96f8;hb=9aaf6d5cc06579078bb67ed6eab0bd6337c79bc1;hpb=c7758f8aba3886a826b045e773986268bdf008b1 diff --git a/src/maemo/modest-account-view-window.c b/src/maemo/modest-account-view-window.c index 3c92994..f6cb3d3 100644 --- a/src/maemo/modest-account-view-window.c +++ b/src/maemo/modest-account-view-window.c @@ -34,6 +34,7 @@ #include #include +#include "modest-platform.h" #include #include #include "modest-tny-platform-factory.h" @@ -421,6 +422,7 @@ modest_account_view_window_init (ModestAccountViewWindow *obj) TRUE, TRUE, 2); gtk_window_set_title (GTK_WINDOW (obj), _("mcen_ti_emailsetup_accounts")); + } GtkWidget* @@ -428,5 +430,8 @@ modest_account_view_window_new (void) { GObject *obj = g_object_new(MODEST_TYPE_ACCOUNT_VIEW_WINDOW, NULL); + /* Attach dialog help */ + modest_platform_set_dialog_help (GTK_DIALOG (obj), "applications_email_accountsettings"); + return GTK_WIDGET(obj); }