From b2218ce875ed4f93d792ef21595f628eba80ff38 Mon Sep 17 00:00:00 2001 From: Sergio Villar Senin Date: Tue, 16 Dec 2008 09:22:00 +0000 Subject: [PATCH] * Fixes NB#95888, replaced a logical id by the new one pmo-drop-split-view-r6872 --- src/modest-datetime-formatter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modest-datetime-formatter.c b/src/modest-datetime-formatter.c index e39d055..7aa9b24 100644 --- a/src/modest-datetime-formatter.c +++ b/src/modest-datetime-formatter.c @@ -264,7 +264,7 @@ modest_datetime_formatter_format_time (ModestDatetimeFormatter *self, switch (priv->current_format) { case DATETIME_FORMAT_12H: - format_string = is_pm?_HL("wdgt_12h_time_pm"):_HL("wdgt_12h_time_am"); + format_string = is_pm?_HL("wdgt_va_12h_time_pm"):_HL("wdgt_va_12h_time_am"); break; case DATETIME_FORMAT_24H: format_string = _HL("wdgt_va_24h_time"); -- 1.7.9.5