From: Michael Dominic Kostrzewa Date: Fri, 19 Jan 2007 12:09:08 +0000 (+0000) Subject: For the time being changing the tranlslation package from PACKAGE (hildon) to hildon... X-Git-Tag: 2.1.66-1~991 X-Git-Url: https://vcs.maemo.org/git/?a=commitdiff_plain;h=f1d00c898fcadba477887f78a3baeee5f5c489dc;p=hildon For the time being changing the tranlslation package from PACKAGE (hildon) to hildon-libs to force/get the old translations. --- diff --git a/ChangeLog.2 b/ChangeLog.2 index b07ee89..2a2985d 100644 --- a/ChangeLog.2 +++ b/ChangeLog.2 @@ -1,5 +1,28 @@ 2007-01-19 Michael Dominic Kostrzewa + * src/hildon-calendar-popup.c: + * src/hildon-caption.c: + * src/hildon-code-dialog.c: + * src/hildon-color-chooser-dialog.c: + * src/hildon-controlbar.c: + * src/hildon-date-editor.c: + * src/hildon-find-toolbar.c: + * src/hildon-font-selection-dialog.c: + * src/hildon-get-password-dialog.c: + * src/hildon-login-dialog.c: + * src/hildon-note.c: + * src/hildon-number-editor.c: + * src/hildon-range-editor.c: + * src/hildon-set-password-dialog.c: + * src/hildon-sort-dialog.c: + * src/hildon-time-editor.c: + * src/hildon-time-picker.c: + * src/hildon-wizard-dialog.c: For the time being changing the + tranlslation package from PACKAGE (hildon) to hildon-libs to force/get + the old translations. + +2007-01-19 Michael Dominic Kostrzewa + * src/hildon-date-editor.c: * src/hildon-time-editor.c: * src/hildon-number-editor.c: Adding some missing bugfixes from diff --git a/src/hildon-calendar-popup.c b/src/hildon-calendar-popup.c index f90d496..afe8eae 100644 --- a/src/hildon-calendar-popup.c +++ b/src/hildon-calendar-popup.c @@ -51,7 +51,7 @@ #include "hildon-calendar-popup-private.h" #define _(String)\ - dgettext(PACKAGE, String) + dgettext("hildon-libs", String) static void init_dmy (guint year, @@ -295,7 +295,7 @@ hildon_calendar_popup_init (HildonCalendarPopup *cal) /* set the domain directory for different language */ /* FIXME I can't exactly figure out why is this here... */ if (set_domain) { - (void) bindtextdomain (PACKAGE, LOCALEDIR); + (void) bindtextdomain ("hildon-libs", LOCALEDIR); set_domain = 0; } diff --git a/src/hildon-caption.c b/src/hildon-caption.c index ddbd042..34f850e 100644 --- a/src/hildon-caption.c +++ b/src/hildon-caption.c @@ -55,7 +55,7 @@ #include "hildon-caption-private.h" #define _(String)\ - dgettext(PACKAGE, String) + dgettext("hildon-libs", String) #define HILDON_CAPTION_SPACING 6 diff --git a/src/hildon-code-dialog.c b/src/hildon-code-dialog.c index 4fa72ff..f096ea1 100644 --- a/src/hildon-code-dialog.c +++ b/src/hildon-code-dialog.c @@ -49,7 +49,7 @@ #define BACKSPACE_ICON "qgn_calculator_backspace" #define _(String) \ - dgettext(PACKAGE, String) + dgettext("hildon-libs", String) #define c_(String) \ dgettext("hildon-common-strings", String) diff --git a/src/hildon-color-chooser-dialog.c b/src/hildon-color-chooser-dialog.c index 20cd58d..c34b913 100644 --- a/src/hildon-color-chooser-dialog.c +++ b/src/hildon-color-chooser-dialog.c @@ -40,7 +40,7 @@ #include "hildon-banner.h" #include "hildon-color-chooser-dialog-private.h" -#define _(String) dgettext(PACKAGE, String) +#define _(String) dgettext("hildon-libs", String) static HildonColorChooserDialogClass* parent_class = NULL; diff --git a/src/hildon-controlbar.c b/src/hildon-controlbar.c index ba1cf5c..539d081 100644 --- a/src/hildon-controlbar.c +++ b/src/hildon-controlbar.c @@ -45,7 +45,7 @@ #include "hildon-controlbar-private.h" #define _(string)\ - dgettext(PACKAGE, string) + dgettext("hildon-libs", string) #define DEFAULT_WIDTH 234 diff --git a/src/hildon-date-editor.c b/src/hildon-date-editor.c index 9f8be07..8ea857f 100644 --- a/src/hildon-date-editor.c +++ b/src/hildon-date-editor.c @@ -56,7 +56,7 @@ #include #include "hildon-date-editor-private.h" -#define _(string) dgettext(PACKAGE, string) +#define _(string) dgettext("hildon-libs", string) #define c_(string) dgettext("hildon-common-strings", string) diff --git a/src/hildon-find-toolbar.c b/src/hildon-find-toolbar.c index 3a74d9b..006d5bb 100644 --- a/src/hildon-find-toolbar.c +++ b/src/hildon-find-toolbar.c @@ -56,7 +56,7 @@ #include "hildon-find-toolbar-private.h" #define _(String) \ - dgettext(PACKAGE, String) + dgettext("hildon-libs", String) /*same define as gtkentry.c as entry will further handle this*/ diff --git a/src/hildon-font-selection-dialog.c b/src/hildon-font-selection-dialog.c index ac9174a..a675c89 100644 --- a/src/hildon-font-selection-dialog.c +++ b/src/hildon-font-selection-dialog.c @@ -160,7 +160,7 @@ toggle_clicked (GtkButton *button, static GtkDialogClass* parent_class = NULL; -#define _(String) dgettext(PACKAGE, String) +#define _(String) dgettext("hildon-libs", String) #define SUPERSCRIPT_RISE 3333 diff --git a/src/hildon-get-password-dialog.c b/src/hildon-get-password-dialog.c index 4a2d109..b5254b2 100644 --- a/src/hildon-get-password-dialog.c +++ b/src/hildon-get-password-dialog.c @@ -50,7 +50,7 @@ #include #include "hildon-get-password-dialog-private.h" -#define _(String) dgettext(PACKAGE, String) +#define _(String) dgettext("hildon-libs", String) #define HILDON_GET_PASSWORD_DIALOG_TITLE "ecdg_ti_get_old_password" diff --git a/src/hildon-login-dialog.c b/src/hildon-login-dialog.c index 1b267bd..26920f0 100644 --- a/src/hildon-login-dialog.c +++ b/src/hildon-login-dialog.c @@ -86,7 +86,7 @@ hildon_login_dialog_get_property (GObject *object, #define HILDON_LOGIN_DIALOG_CANCEL "frw_bd_get_user_name_and_pwd_cancel" -#define _(String) dgettext(PACKAGE, String) +#define _(String) dgettext("hildon-libs", String) static GtkDialogClass* parent_class; diff --git a/src/hildon-note.c b/src/hildon-note.c index ec9ab41..21f817e 100644 --- a/src/hildon-note.c +++ b/src/hildon-note.c @@ -64,7 +64,7 @@ #define HILDON_NOTE_INFORMATION_ICON \ "qgn_note_info" -#define _(String) dgettext(PACKAGE, String) +#define _(String) dgettext("hildon-libs", String) static void hildon_note_class_init (HildonNoteClass *class); diff --git a/src/hildon-number-editor.c b/src/hildon-number-editor.c index add2b75..3613040 100644 --- a/src/hildon-number-editor.c +++ b/src/hildon-number-editor.c @@ -50,7 +50,7 @@ #include #include "hildon-number-editor-private.h" -#define _(String) dgettext(PACKAGE, String) +#define _(String) dgettext("hildon-libs", String) /*Pixel spec defines*/ #define NUMBER_EDITOR_HEIGHT 30 diff --git a/src/hildon-range-editor.c b/src/hildon-range-editor.c index 269cb98..f47ba97 100644 --- a/src/hildon-range-editor.c +++ b/src/hildon-range-editor.c @@ -50,7 +50,7 @@ #include "hildon-range-editor-private.h" #define _(string) \ - dgettext(PACKAGE, string) + dgettext("hildon-libs", string) /* Alignment in entry box ( 0 = left, 1 = right ) */ diff --git a/src/hildon-set-password-dialog.c b/src/hildon-set-password-dialog.c index 06e53c9..29e74c5 100644 --- a/src/hildon-set-password-dialog.c +++ b/src/hildon-set-password-dialog.c @@ -91,7 +91,7 @@ #define HILDON_REMOVE_PROTECTION_CONFIRMATION_CANCEL "ckdg_bd_dialog_c_passwd_cancel_button" -#define _(String) dgettext(PACKAGE, String) +#define _(String) dgettext("hildon-libs", String) #define c_(String) dgettext("hildon-common-strings", String) diff --git a/src/hildon-sort-dialog.c b/src/hildon-sort-dialog.c index f6f7016..fa2d106 100644 --- a/src/hildon-sort-dialog.c +++ b/src/hildon-sort-dialog.c @@ -44,7 +44,7 @@ #include "hildon-sort-dialog-private.h" #define _(String) \ - dgettext(PACKAGE, String) + dgettext("hildon-libs", String) static GtkDialogClass* parent_class; diff --git a/src/hildon-time-editor.c b/src/hildon-time-editor.c index c064ab8..9120d1e 100644 --- a/src/hildon-time-editor.c +++ b/src/hildon-time-editor.c @@ -60,7 +60,7 @@ #include "hildon-enum-types.h" #include "hildon-time-editor-private.h" -#define _(String) dgettext(PACKAGE, String) +#define _(String) dgettext("hildon-libs", String) #define c_(String) dgettext("hildon-common-strings", String) diff --git a/src/hildon-time-picker.c b/src/hildon-time-picker.c index b5271df..6d38580 100644 --- a/src/hildon-time-picker.c +++ b/src/hildon-time-picker.c @@ -52,7 +52,7 @@ #include "hildon-time-editor.h" #define _(String) \ - dgettext(PACKAGE, String) + dgettext("hildon-libs", String) #define DEFAULT_HOURS 1 diff --git a/src/hildon-wizard-dialog.c b/src/hildon-wizard-dialog.c index 7904948..a5c3f1b 100644 --- a/src/hildon-wizard-dialog.c +++ b/src/hildon-wizard-dialog.c @@ -52,7 +52,7 @@ #include #include "hildon-wizard-dialog-private.h" -#define _(String) dgettext(PACKAGE, String) +#define _(String) dgettext("hildon-libs", String) static GtkDialogClass* parent_class;