diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-06-08 15:41:35 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-06-08 15:41:35 -0500 |
commit | 1fff71472e6bec8adc2a2a0f4ad8e937d0da187c (patch) | |
tree | e6a47dd12901f3ce82a3b4946bf4548e794c74e5 /tde-i18n-de/acinclude.m4 | |
parent | a297100c1ae962e7adc6cc92b7511874928a3ff9 (diff) | |
download | tde-i18n-1fff71472e6bec8adc2a2a0f4ad8e937d0da187c.tar.gz tde-i18n-1fff71472e6bec8adc2a2a0f4ad8e937d0da187c.zip |
Update XDG information in support of bug report 892.
Diffstat (limited to 'tde-i18n-de/acinclude.m4')
-rw-r--r-- | tde-i18n-de/acinclude.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tde-i18n-de/acinclude.m4 b/tde-i18n-de/acinclude.m4 index afd8befc656..b8bf3a36f80 100644 --- a/tde-i18n-de/acinclude.m4 +++ b/tde-i18n-de/acinclude.m4 @@ -489,7 +489,7 @@ if test "$1" = "default"; then kde_widgetdir='\${libdir}/kde3/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' |