diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-03-07 18:09:32 -0600 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-03-07 18:09:32 -0600 |
commit | dc50fdd3e84995cdac821c0e98d59197abfacbfa (patch) | |
tree | 04504b1f9b42e411490d7ae4d5971790a0b1b726 /kappfinder | |
parent | 376712d203ede915fa89ace2148313f920d42ce2 (diff) | |
download | tdebase-dc50fdd3e84995cdac821c0e98d59197abfacbfa.tar.gz tdebase-dc50fdd3e84995cdac821c0e98d59197abfacbfa.zip |
Fix branding issues of non-KDE -> non-TDE.
Diffstat (limited to 'kappfinder')
-rw-r--r-- | kappfinder/Makefile.am | 2 | ||||
-rw-r--r-- | kappfinder/README.apps | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/kappfinder/Makefile.am b/kappfinder/Makefile.am index 50d1ea628..819754681 100644 --- a/kappfinder/Makefile.am +++ b/kappfinder/Makefile.am @@ -16,7 +16,7 @@ METASOURCES = AUTO install-data-local: runkappfinder_$(RUN_KAPPFINDER) runkappfinder_yes: - echo "Installing non-KDE applications" + echo "Installing non-TDE applications" pwd=`pwd`; \ (cd $(srcdir) && $$pwd/kappfinder_install "$(DESTDIR)$(kde_appsdir)") diff --git a/kappfinder/README.apps b/kappfinder/README.apps index bd5f78e3f..520295f91 100644 --- a/kappfinder/README.apps +++ b/kappfinder/README.apps @@ -1,8 +1,8 @@ -The apps directory contains .desktop files for commonly used non-KDE +The apps directory contains .desktop files for commonly used non-TDE programs which kappfinder installs into the applnk directory of KDE. kappfinder used to install .directory files as well because in the past the -non-KDE applications were installed in their own directory seperated from +non-TDE applications were installed in their own directory seperated from the main KDE applications. This is no longer the case, all .directory files are maintained in tdebase/applnk. |