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 /src | |
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.
Diffstat (limited to 'src')
-rw-r--r-- | src/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 }, |