summaryrefslogtreecommitdiffstats
path: root/src/Applet
diff options
context:
space:
mode:
authorKarel Klic <kklic@redhat.com>2010-03-31 15:12:52 +0200
committerKarel Klic <kklic@redhat.com>2010-03-31 15:12:52 +0200
commitbbb5154ea8bdb42365f32159c24899b7e5b1b703 (patch)
tree01d8bcee52bdf40b5edaf821a334dc6dd9ac1316 /src/Applet
parent41d165340e8367d66719d5e306cdf55164f6b3c3 (diff)
parent5bf1aed7bbd24c27f79f63f694d4e3677a34e5f9 (diff)
downloadabrt-bbb5154ea8bdb42365f32159c24899b7e5b1b703.tar.gz
abrt-bbb5154ea8bdb42365f32159c24899b7e5b1b703.tar.xz
abrt-bbb5154ea8bdb42365f32159c24899b7e5b1b703.zip
Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt
Diffstat (limited to 'src/Applet')
-rw-r--r--src/Applet/Makefile.am3
-rw-r--r--src/Applet/abrt-applet.desktop.in (renamed from src/Applet/abrt-applet.desktop)4
2 files changed, 6 insertions, 1 deletions
diff --git a/src/Applet/Makefile.am b/src/Applet/Makefile.am
index 5f0401ba..64a9ded4 100644
--- a/src/Applet/Makefile.am
+++ b/src/Applet/Makefile.am
@@ -37,3 +37,6 @@ DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@
autostartdir = $(sysconfdir)/xdg/autostart
autostart_DATA = abrt-applet.desktop
+
+abrt-applet.desktop:
+ intltool-merge -d ../../po abrt-applet.desktop.in abrt-applet.desktop
diff --git a/src/Applet/abrt-applet.desktop b/src/Applet/abrt-applet.desktop.in
index d7cc9662..842d4e9f 100644
--- a/src/Applet/abrt-applet.desktop
+++ b/src/Applet/abrt-applet.desktop.in
@@ -1,5 +1,7 @@
[Desktop Entry]
-Name=Automatic Bug Reporting Tool
+_Name=Automatic Bug Reporting Tool
+_Comment=ABRT notification applet
+Icon=abrt
Exec=abrt-applet
Terminal=false
Type=Application