summaryrefslogtreecommitdiffstats
path: root/lib/Plugins/Bugzilla.cpp
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2010-07-28 15:22:06 +0200
committerJiri Moskovcak <jmoskovc@redhat.com>2010-07-28 15:22:06 +0200
commitfc140bce9c0fa67e62ef05ddc2abd71749b13500 (patch)
treeb2f178c90928806e332d8e01e7985118b1f2c5fd /lib/Plugins/Bugzilla.cpp
parent7469da1e14ef814488743c52187666d946d445d2 (diff)
downloadabrt-fc140bce9c0fa67e62ef05ddc2abd71749b13500.tar.gz
abrt-fc140bce9c0fa67e62ef05ddc2abd71749b13500.tar.xz
abrt-fc140bce9c0fa67e62ef05ddc2abd71749b13500.zip
rename *.GTKBuilder to *.glade
- it seems that intltool ignores the GTKBuilder suffix, so the strings from our plugin settings dialog were not translatable, renaming to .glade seems to fix this
Diffstat (limited to 'lib/Plugins/Bugzilla.cpp')
-rw-r--r--lib/Plugins/Bugzilla.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Plugins/Bugzilla.cpp b/lib/Plugins/Bugzilla.cpp
index b0268ee4..0605bd6a 100644
--- a/lib/Plugins/Bugzilla.cpp
+++ b/lib/Plugins/Bugzilla.cpp
@@ -979,4 +979,4 @@ PLUGIN_INFO(REPORTER,
"Reports bugs to bugzilla",
"npajkovs@redhat.com",
"https://fedorahosted.org/abrt/wiki",
- PLUGINS_LIB_DIR"/Bugzilla.GTKBuilder");
+ PLUGINS_LIB_DIR"/Bugzilla.glade");