summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-07 19:13:44 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-07 19:13:44 -0600
commit88838f421c1d218531cb0ddcc2599ae90e744759 (patch)
treeb898b4f5204ae416a302d496b059e65dfe781f4e /src
parent8e7b3d87aaeebf32fa6769f207d6ac20462e3e0c (diff)
downloadtdevelop-88838f421c1d218531cb0ddcc2599ae90e744759.tar.gz
tdevelop-88838f421c1d218531cb0ddcc2599ae90e744759.zip
Rename KDEHOME and KDEDIR
Diffstat (limited to 'src')
-rw-r--r--src/simplemainwindow.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/simplemainwindow.cpp b/src/simplemainwindow.cpp
index caa7f07d..e71e6b1d 100644
--- a/src/simplemainwindow.cpp
+++ b/src/simplemainwindow.cpp
@@ -99,9 +99,9 @@ void SimpleMainWindow::init()
" properly.\nPlease make sure "
"that KDevelop is installed in your KDE directory; otherwise, you have "
"to add KDevelop's installation "
- "path to the environment variable KDEDIRS and run kbuildsycoca. Restart "
+ "path to the environment variable TDEDIRS and run kbuildsycoca. Restart "
"KDevelop afterwards.\n"
- "Example for BASH users:\nexport KDEDIRS=/path/to/tdevelop:$KDEDIRS && kbuildsycoca"),
+ "Example for BASH users:\nexport TDEDIRS=/path/to/tdevelop:$TDEDIRS && kbuildsycoca"),
i18n("Could Not Find Plugins") );
}