Commit f87fb80f authored by Victor Ananjevsky's avatar Victor Ananjevsky

fix --version option

parent 18e3112c
...@@ -269,7 +269,7 @@ Set programm name. ...@@ -269,7 +269,7 @@ Set programm name.
.B \-\-image=\fIIMAGE\fP .B \-\-image=\fIIMAGE\fP
Set programm icon name. Set programm icon name.
.TP .TP
.B \-\-version=\fISTRING\fP .B \-\-pversion=\fISTRING\fP
Set programm version string. Set programm version string.
.TP .TP
.B \-\-copyright=\fISTRING\fP .B \-\-copyright=\fISTRING\fP
......
...@@ -243,7 +243,7 @@ static GOptionEntry about_options[] = { ...@@ -243,7 +243,7 @@ static GOptionEntry about_options[] = {
N_("Display about dialog"), NULL }, N_("Display about dialog"), NULL },
{ "pname", 0, 0, G_OPTION_ARG_STRING, &options.about_data.name, { "pname", 0, 0, G_OPTION_ARG_STRING, &options.about_data.name,
N_("Set application name"), N_("STRING") }, N_("Set application name"), N_("STRING") },
{ "version", 0, 0, G_OPTION_ARG_STRING, &options.about_data.version, { "pversion", 0, 0, G_OPTION_ARG_STRING, &options.about_data.version,
N_("Set application version"), N_("STRING") }, N_("Set application version"), N_("STRING") },
{ "copyright", 0, 0, G_OPTION_ARG_STRING, &options.about_data.copyright, { "copyright", 0, 0, G_OPTION_ARG_STRING, &options.about_data.copyright,
N_("Set application copyright string"), N_("STRING") }, N_("Set application copyright string"), N_("STRING") },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment