From a6d9b55f4a9c24dce4050e3d708208267158012f Mon Sep 17 00:00:00 2001 From: leo Date: Sat, 16 Sep 2000 17:19:54 +0000 Subject: Auto-configuration that detects libjpeg, zlib and libpng git-svn-id: http://svn.leocad.org/trunk@119 c7d43263-9d01-0410-8a33-9dba5d9f93d6 --- linux/dialogs.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'linux/dialogs.cpp') 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); -- cgit v1.2.3