From: Sergio Villar Senin Date: Thu, 16 Apr 2009 11:12:55 +0000 (+0000) Subject: Fixes NB#111353, use a logical id for the example email address X-Git-Tag: git_migration_finished~69 X-Git-Url: http://git.maemo.org/git/?p=modest;a=commitdiff_plain;h=3deb1b6e18afa0a7a2f2578b9c44a756b19f49b7 Fixes NB#111353, use a logical id for the example email address pmo-trunk-r8849 --- diff --git a/src/modest-defs.h b/src/modest-defs.h index 96f75f6..71bd007 100644 --- a/src/modest-defs.h +++ b/src/modest-defs.h @@ -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 */ - +#ifdef MODEST_TOOLKIT_HILDON2 +#define MODEST_EXAMPLE_EMAIL_ADDRESS _("mcen_va_example_email_address") +#else #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