aboutsummaryrefslogtreecommitdiff
path: root/path_functions.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'path_functions.cpp')
-rw-r--r--path_functions.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/path_functions.cpp b/path_functions.cpp
index c07d910..7e81e64 100644
--- a/path_functions.cpp
+++ b/path_functions.cpp
@@ -7,7 +7,7 @@
QString AOApplication::get_base_path(){
#ifdef OMNI_DEBUG
- return "/media/omnitroid/Data/winshare/AO/client/4chan_base/";
+ return "/media/omnitroid/Data/winshare/AO/client/base/";
#else
return (QDir::currentPath() + "/base/");
#endif