2007-08-27 Murray Cumming <murrayc@murrayc.com>
authorMurray Cumming <murrayc@murrayc.com>
Mon, 27 Aug 2007 12:38:29 +0000 (12:38 +0000)
committerMurray Cumming <murrayc@murrayc.com>
Mon, 27 Aug 2007 12:38:29 +0000 (12:38 +0000)
commit1c8928c2d9bf74d0df67eacf38aaf4947800dfb5
tree2db1c5c0b23f75e8b3b3f68265a5aa1018e6b324
parentba7f664fb0e26b523ed7142986725ddd73d49dbb
2007-08-27  Murray Cumming  <murrayc@murrayc.com>

* src/maemo/modest-account-settings-dialog.c:
(modest_account_settings_dialog_init):
* src/maemo/modest-connection-specific-smtp-edit-window.c:
(modest_connection_specific_smtp_edit_window_init):
* src/maemo/modest-connection-specific-smtp-window.c:
(modest_connection_specific_smtp_window_init):
* src/maemo/modest-maemo-utils.c:
(modest_maemo_utils_get_supported_secure_authentication_methods):
* src/maemo/modest-platform.c:
(modest_platform_run_folder_name_dialog):
* src/maemo/modest-signature-editor-dialog.c:
(modest_signature_editor_dialog_init):
* src/modest-ui-actions.c: (modest_ui_actions_on_item_not_found),
(modest_ui_actions_on_password_requested), (create_move_to_dialog):
* src/widgets/modest-global-settings-dialog.c:
(modest_global_settings_dialog_init):
Replace all uses of GTK_STOCK_OK (and GTK_BUTTONS_OK) with
mcen_bd_dialog_ok,
GTK_STOCK_CANCEL with mcen_bd_dialog_cancel,
GTK_STOCK_EDIT with mcen_bd_edit, and
GTK_STOCK_CLOSE with mcen_bd_close,
to fix projects.maemo.org bug NB#64995.
I strongly believe that Maemo's GTK+ should have the wanted translations
instead of duplicating this in each application and complicating the code.

pmo-trunk-r3092
ChangeLog
ChangeLog2
src/maemo/modest-account-settings-dialog.c
src/maemo/modest-connection-specific-smtp-edit-window.c
src/maemo/modest-connection-specific-smtp-window.c
src/maemo/modest-maemo-utils.c
src/maemo/modest-platform.c
src/maemo/modest-signature-editor-dialog.c
src/modest-ui-actions.c
src/widgets/modest-global-settings-dialog.c