summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2010-03-17 21:48:57 +0100
committerJiri Moskovcak <jmoskovc@redhat.com>2010-03-17 21:48:57 +0100
commit08a103a39ac773464d1bc9bcb39c274d6dba729b (patch)
tree624357c769021f470872559aa0e908442b02b478
parentb5d8054678d72d495b559888161a2c6cbd9e4c49 (diff)
downloadabrt-08a103a39ac773464d1bc9bcb39c274d6dba729b.tar.gz
abrt-08a103a39ac773464d1bc9bcb39c274d6dba729b.tar.xz
abrt-08a103a39ac773464d1bc9bcb39c274d6dba729b.zip
GUI: added version to about dialog
-rw-r--r--src/Gui/Makefile.am3
-rw-r--r--src/Gui/ccgui.glade1
2 files changed, 4 insertions, 0 deletions
diff --git a/src/Gui/Makefile.am b/src/Gui/Makefile.am
index 04f1292..15df057 100644
--- a/src/Gui/Makefile.am
+++ b/src/Gui/Makefile.am
@@ -30,3 +30,6 @@ install-exec-hook:
sed 's:/usr/share:$(datadir):g' -i $(DESTDIR)$(bindir)/$$b || exit $$?; \
sed 's:VERSION:@VERSION@:g' -i $(DESTDIR)$(bindir)/$$b || exit $$?; \
done
+
+install-data-hook:
+ sed 's:@VER@:$(VERSION):g' -i $(DESTDIR)$(pkgdatadir)/ccgui.glade || exit $$?
diff --git a/src/Gui/ccgui.glade b/src/Gui/ccgui.glade
index 21d6bfe..38bd3d1 100644
--- a/src/Gui/ccgui.glade
+++ b/src/Gui/ccgui.glade
@@ -11,6 +11,7 @@
<property name="type_hint">dialog</property>
<property name="has_separator">False</property>
<property name="program_name">ABRT</property>
+ <property name="version">@VER@</property>
<property name="copyright" translatable="yes">(C) 2009 Red Hat, Inc.
(C) 2010 Red Hat, Inc.</property>
<property name="website">http://fedorahosted.org/abrt/</property>