summaryrefslogtreecommitdiffstats
path: root/src/libs/gui/LoadPatchWindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/gui/LoadPatchWindow.cpp')
-rw-r--r--src/libs/gui/LoadPatchWindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/gui/LoadPatchWindow.cpp b/src/libs/gui/LoadPatchWindow.cpp
index c33ad495..70d3ec5b 100644
--- a/src/libs/gui/LoadPatchWindow.cpp
+++ b/src/libs/gui/LoadPatchWindow.cpp
@@ -60,7 +60,7 @@ LoadPatchWindow::LoadPatchWindow(BaseObjectType* cobject, const Glib::RefPtr<Gno
set_filter(filt);
// Add global examples directory to "shortcut folders" (bookmarks)
- string examples_dir = PKGDATADIR;
+ string examples_dir = INGEN_DATA_DIR;
examples_dir.append("/patches");
DIR* d = opendir(examples_dir.c_str());
if (d != NULL)