Fixes NB#111353, use a logical id for the example email address
authorSergio Villar Senin <svillar@igalia.com>
Thu, 16 Apr 2009 11:12:55 +0000 (11:12 +0000)
committerSergio Villar Senin <svillar@igalia.com>
Thu, 16 Apr 2009 11:12:55 +0000 (11:12 +0000)
pmo-trunk-r8849

src/modest-defs.h

index 96f75f6..71bd007 100644 (file)
@@ -247,8 +247,11 @@ const gchar *modest_defs_namespace (const gchar *string);
 /* Notification ids */
 #define MODEST_CONF_NOTIFICATION_IDS (modest_defs_namespace ("/notification_ids"))      /* list of ints */
 
 /* Notification ids */
 #define MODEST_CONF_NOTIFICATION_IDS (modest_defs_namespace ("/notification_ids"))      /* list of ints */
 
-
+#ifdef MODEST_TOOLKIT_HILDON2
+#define MODEST_EXAMPLE_EMAIL_ADDRESS _("mcen_va_example_email_address")
+#else
 #define MODEST_EXAMPLE_EMAIL_ADDRESS "first.last@example.com"
 #define MODEST_EXAMPLE_EMAIL_ADDRESS "first.last@example.com"
+#endif
 
 
 /* max size of message we still allow to save/send when we're in low-mem
 
 
 /* max size of message we still allow to save/send when we're in low-mem