2009-03-12 Alberto Garcia <agarcia@igalia.com>
[hildon] / src / hildon-calendar-popup.c
index 990e5ef..861208a 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Copyright (C) 2005, 2006 Nokia Corporation, all rights reserved.
  *
- * Contact: Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>
+ * Contact: Rodrigo Novo <rodrigo.novo@nokia.com>
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public License
  *
  */
 
+
+#undef                                          HILDON_DISABLE_DEPRECATED
+
 #ifdef                                          HAVE_CONFIG_H
 #include                                        <config.h>
 #endif
 
-#include                                        "hildon-calendar-popup.h"
-#include                                        "hildon-calendar.h"
-#include                                        <gtk/gtk.h>
-#include                                        <gdk/gdk.h>
-#include                                        <gdk/gdkkeysyms.h>
 #include                                        <langinfo.h>
 #include                                        <time.h>
 #include                                        <libintl.h>
+
+#include                                        <gtk/gtk.h>
+#include                                        <gdk/gdkkeysyms.h>
+
+#include                                        "hildon-calendar-popup.h"
 #include                                        "hildon-calendar-popup-private.h"
+#include                                        "hildon-calendar.h"
 
 #define                                         _(String)\
                                                 dgettext("hildon-libs", String)
@@ -334,8 +338,7 @@ hildon_calendar_popup_init                      (HildonCalendarPopup *cal)
     gtk_box_pack_start (GTK_BOX (GTK_DIALOG (cal)->vbox), priv->cal,
             TRUE, TRUE, 0);
     gtk_dialog_set_has_separator (GTK_DIALOG (cal), FALSE);
-    gtk_dialog_add_button (GTK_DIALOG (cal), _("ecdg_bd_font_dialog_ok"), GTK_RESPONSE_OK);
-    gtk_dialog_add_button (GTK_DIALOG (cal), _("ecdg_bd_wizard_cancel"), GTK_RESPONSE_CANCEL);
+    gtk_dialog_add_button (GTK_DIALOG (cal), _("wdgt_bd_done"), GTK_RESPONSE_OK);
     gtk_widget_show(priv->cal);
 
     /* Connect signals */