summaryrefslogtreecommitdiff
path: root/linux/dialogs.cpp
diff options
context:
space:
mode:
authorleo2000-09-19 01:12:00 +0000
committerleo2000-09-19 01:12:00 +0000
commite0239dc5abd7be7e0f862c29e8b663c730dbc7f2 (patch)
tree2c800302824146822682cf4714316097f1bcdfd4 /linux/dialogs.cpp
parent92830603059ce67e23ef91c660fcd261de97070c (diff)
Use config.h to get version displayed in the About dialog
git-svn-id: http://svn.leocad.org/trunk@129 c7d43263-9d01-0410-8a33-9dba5d9f93d6
Diffstat (limited to 'linux/dialogs.cpp')
-rw-r--r--linux/dialogs.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/dialogs.cpp b/linux/dialogs.cpp
index 6fe8433..705945a 100644
--- a/linux/dialogs.cpp
+++ b/linux/dialogs.cpp
@@ -672,7 +672,7 @@ int aboutdlg_execute(void* param)
gtk_widget_show (vbox2);
gtk_box_pack_start (GTK_BOX (hbox), vbox2, TRUE, TRUE, 0);
- w = gtk_label_new ("LeoCAD for "LC_VERSION_OSNAME" Version 0.72");
+ w = gtk_label_new ("LeoCAD for "LC_VERSION_OSNAME" Version "LC_VERSION);
gtk_widget_show (w);
gtk_box_pack_start (GTK_BOX (vbox2), w, FALSE, FALSE, 5);