2009-03-19 Alejandro G. Castro <alex@igalia.com>
[hildon] / src / hildon-code-dialog.c
index fe6b12c..c886590 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Copyright (C) 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
@@ -52,7 +52,7 @@
 
 #define                                         WIDTH  (100-HILDON_MARGIN_DEFAULT)
 
-#define                                         BACKSPACE_ICON "qgn_calculator_backspace"
+#define                                         BACKSPACE_ICON "general_backspace"
 
 #define                                         _(String) \
                                                 dgettext("hildon-libs", String)
@@ -60,7 +60,7 @@
 #define                                         c_(String) \
                                                 dgettext("hildon-common-strings", String)
 
-#define                                         DEVICELOCK_OK _("secu_enter_lock_code_dialog_ok")
+#define                                         DEVICELOCK_OK _("wdgt_bd_done")
 
 #define                                         DEVICELOCK_TITLE _("secu_application_title")
 
@@ -122,7 +122,7 @@ static guint                                    input_signal;
  *
  * Initializes and returns the type of a hildon code dialog.
  *
- * @Returns: GType of #HildonCodeDialog
+ * Returns: GType of #HildonCodeDialog
  */
 GType G_GNUC_CONST
 hildon_code_dialog_get_type                     (void)