diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-06-08 17:37:51 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-06-08 17:37:51 -0500 |
commit | 5bfd06928213d7c1c05a921af6d5a70e95c7d68a (patch) | |
tree | 09090748cf635e2a96d1fea3ac32d4180a04e575 /acinclude.m4 | |
parent | ddee0a25c058e86eeeba29e2bf931d30a867a3d1 (diff) | |
download | potracegui-5bfd06928213d7c1c05a921af6d5a70e95c7d68a.tar.gz potracegui-5bfd06928213d7c1c05a921af6d5a70e95c7d68a.zip |
Update XDG information in support of bug report 892.
Diffstat (limited to 'acinclude.m4')
-rw-r--r-- | acinclude.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index c5d0754..3217def 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -489,7 +489,7 @@ if test "$1" = "default"; then kde_widgetdir='\${libdir}/trinity/plugins/designer' fi if test -z "$xdg_appsdir"; then - xdg_appsdir='\${datadir}/applications/kde' + xdg_appsdir='\${datadir}/applications/tde' fi if test -z "$xdg_menudir"; then xdg_menudir='\${sysconfdir}/xdg/menus' |