fixed bug #317033.
2005-09-24 Lucas Rocha <lucasr@cvs.gnome.org> * src/option.c: fixed bug #317033.
This commit is contained in:
parent
51a7c9d389
commit
0086a9363f
@ -1,3 +1,7 @@
|
|||||||
|
2005-09-24 Lucas Rocha <lucasr@cvs.gnome.org>
|
||||||
|
|
||||||
|
* src/option.c: fixed bug #317033.
|
||||||
|
|
||||||
2005-09-21 Guilherme de S. Pastore <gpastore@cvs.gnome.org>
|
2005-09-21 Guilherme de S. Pastore <gpastore@cvs.gnome.org>
|
||||||
|
|
||||||
* data/zenity.1: escaped "-"s; they're supposed to be
|
* data/zenity.1: escaped "-"s; they're supposed to be
|
||||||
|
@ -211,7 +211,7 @@ static GOptionEntry entry_options[] = {
|
|||||||
"text",
|
"text",
|
||||||
'\0',
|
'\0',
|
||||||
G_OPTION_FLAG_NOALIAS,
|
G_OPTION_FLAG_NOALIAS,
|
||||||
G_OPTION_ARG_STRING,
|
G_OPTION_ARG_STRING | G_OPTION_FLAG_NOALIAS,
|
||||||
&zenity_general_dialog_text,
|
&zenity_general_dialog_text,
|
||||||
N_("Set the dialog text"),
|
N_("Set the dialog text"),
|
||||||
NULL
|
NULL
|
||||||
@ -220,7 +220,7 @@ static GOptionEntry entry_options[] = {
|
|||||||
"entry-text",
|
"entry-text",
|
||||||
'\0',
|
'\0',
|
||||||
0,
|
0,
|
||||||
G_OPTION_ARG_STRING | G_OPTION_FLAG_NOALIAS,
|
G_OPTION_ARG_STRING,
|
||||||
&zenity_entry_entry_text,
|
&zenity_entry_entry_text,
|
||||||
N_("Set the entry text"),
|
N_("Set the entry text"),
|
||||||
NULL
|
NULL
|
||||||
|
Reference in New Issue
Block a user