projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
68efc02
)
Help menu now uses "version" instead of "bare version".
author
John Darrington
<john@darrington.wattle.id.au>
Mon, 18 Jan 2016 06:48:32 +0000
(07:48 +0100)
committer
John Darrington
<john@darrington.wattle.id.au>
Mon, 18 Jan 2016 19:49:18 +0000
(20:49 +0100)
src/ui/gui/help-menu.c
patch
|
blob
|
history
diff --git
a/src/ui/gui/help-menu.c
b/src/ui/gui/help-menu.c
index 46d403246539c20ec1a9a84fd7c86e2c27eb2d88..279f5ef55d5238f73377f819e8bda347486ae9cc 100644
(file)
--- a/
src/ui/gui/help-menu.c
+++ b/
src/ui/gui/help-menu.c
@@
-46,7
+46,7
@@
about_new (GtkMenuItem *mmm, GtkWindow *parent)
gtk_about_dialog_set_website (GTK_ABOUT_DIALOG (about), PACKAGE_URL);
gtk_about_dialog_set_version (GTK_ABOUT_DIALOG (about),
-
bare_
version);
+ version);
gtk_about_dialog_set_authors (GTK_ABOUT_DIALOG (about),
(const gchar **) authors);