* cleanup: moved init stuff to modest-init.[ch]
[modest] / src / maemo / modest-platform.c
index fc7caa5..2753090 100644 (file)
@@ -312,3 +312,9 @@ modest_platform_get_icon (const gchar *name)
        
        return pixbuf;
 }
+
+const gchar*
+modest_platform_get_app_name (void)
+{
+       return _("mcen_ap_name");
+}