diff options
author | Jordi Mallach <jordi@sindominio.net> | 2003-06-04 10:46:02 +0000 |
---|---|---|
committer | Jordi Mallach <jordim@src.gnome.org> | 2003-06-04 10:46:02 +0000 |
commit | 52b1f1c71e85be522b30d8f3c0d65a8ce1e8a1d9 (patch) | |
tree | 1135ca83c17306bd683b0a504873bd65c3e11c12 | |
parent | Add --auto-close option to progress dialog. Closes dialog when 100% has been ... (diff) | |
download | zenity-52b1f1c71e85be522b30d8f3c0d65a8ce1e8a1d9.tar.gz zenity-52b1f1c71e85be522b30d8f3c0d65a8ce1e8a1d9.tar.bz2 zenity-52b1f1c71e85be522b30d8f3c0d65a8ce1e8a1d9.zip |
Add a "no-c-format" xgettext header to unbreak po files in the new
2003-06-04 Jordi Mallach <jordi@sindominio.net>
* src/main.c: Add a "no-c-format" xgettext header to unbreak po files
in the new auto-close string.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | src/main.c | 1 |
2 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2003-06-04 Jordi Mallach <jordi@sindominio.net> + + * src/main.c: Add a "no-c-format" xgettext header to unbreak po files + in the new auto-close string. + 2003-06-03 Mike Newman <mikegtn@gnome.org> * data/zenity.1: Update docs for --auto-close progress dialog @@ -527,6 +527,7 @@ struct poptOption progress_options[] = { POPT_ARG_NONE, NULL, OPTION_AUTOCLOSE, + /* xgettext: no-c-format */ N_("Dismiss the dialog when 100% has been reached"), NULL }, |