diff options
| author | Jiri Moskovcak <jmoskovc@redhat.com> | 2010-07-28 15:22:06 +0200 |
|---|---|---|
| committer | Jiri Moskovcak <jmoskovc@redhat.com> | 2010-07-28 15:22:06 +0200 |
| commit | fc140bce9c0fa67e62ef05ddc2abd71749b13500 (patch) | |
| tree | b2f178c90928806e332d8e01e7985118b1f2c5fd /lib/Plugins/RHTSupport.cpp | |
| parent | 7469da1e14ef814488743c52187666d946d445d2 (diff) | |
| download | abrt-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/RHTSupport.cpp')
| -rw-r--r-- | lib/Plugins/RHTSupport.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Plugins/RHTSupport.cpp b/lib/Plugins/RHTSupport.cpp index 5af375e1..d29b69a7 100644 --- a/lib/Plugins/RHTSupport.cpp +++ b/lib/Plugins/RHTSupport.cpp @@ -307,4 +307,4 @@ PLUGIN_INFO(REPORTER, "Reports bugs to Red Hat support", "Denys Vlasenko <dvlasenk@redhat.com>", "https://fedorahosted.org/abrt/wiki", - PLUGINS_LIB_DIR"/RHTSupport.GTKBuilder"); + PLUGINS_LIB_DIR"/RHTSupport.glade"); |
