summaryrefslogtreecommitdiff
path: root/linux/dialogs.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linux/dialogs.cpp')
-rw-r--r--linux/dialogs.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/linux/dialogs.cpp b/linux/dialogs.cpp
index 70e9840..6fe8433 100644
--- a/linux/dialogs.cpp
+++ b/linux/dialogs.cpp
@@ -20,6 +20,7 @@
#include "piece.h"
#include "group.h"
#include "main.h"
+#include "config.h"
// =============================================================================
// Modal dialog functions
@@ -671,11 +672,11 @@ 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 Linux Version 0.72");
+ w = gtk_label_new ("LeoCAD for "LC_VERSION_OSNAME" Version 0.72");
gtk_widget_show (w);
gtk_box_pack_start (GTK_BOX (vbox2), w, FALSE, FALSE, 5);
- w = gtk_label_new ("Copyright (c) 1996-99, BT Software");
+ w = gtk_label_new ("Copyright (c) 1996-2000, BT Software");
gtk_widget_show (w);
gtk_box_pack_start (GTK_BOX (vbox2), w, FALSE, FALSE, 5);