diff --git a/src/apps/screenshot/ScreenshotWindow.cpp b/src/apps/screenshot/ScreenshotWindow.cpp index 5e2ccbbbda..796c1bc49b 100644 --- a/src/apps/screenshot/ScreenshotWindow.cpp +++ b/src/apps/screenshot/ScreenshotWindow.cpp @@ -489,7 +489,7 @@ ScreenshotWindow::_SetupOutputPathMenu(const BMessage& settings) _AddItemToPathMenu(path.Path(), label, 0, path.Path() == lastSelectedPath, 'D'); - find_directory(B_BEOS_ETC_DIRECTORY, &path); + find_directory(B_USER_NONPACKAGED_DATA_DIRECTORY, &path); path.Append("artwork"); label.SetTo(B_TRANSLATE("Artwork folder"));