From 0a179cf1817276c2790bd8a212fa75f1a54cc944 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20K=C3=B6hler?= Date: Tue, 8 May 2007 20:45:13 +0000 Subject: [PATCH] Update comment in glade-fixup to Gtk+ v2.6. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16065 57a11ea4-9604-0410-9ed3-97b8803252fd --- util/glade-fixup | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/util/glade-fixup b/util/glade-fixup index d3786ae8a7..2887e2fc48 100755 --- a/util/glade-fixup +++ b/util/glade-fixup @@ -1,7 +1,7 @@ #!/bin/sh # -# Remove entries that are for post-gtk2.4 attributes. Glade on a -# gtk2.4 system will complain when unknown attributes are present on a +# Remove entries that are for post-gtk2.6 attributes. Glade on a +# gtk2.6 system will complain when unknown attributes are present on a # widget. # # This script should be run from the top-level source directory before