From 7cb12e75ae9c34cdd450843875a3ba4ba7894fc0 Mon Sep 17 00:00:00 2001 From: Adrien Destugues Date: Tue, 16 Dec 2014 16:56:34 +0100 Subject: [PATCH] Screenshot: list a writable "artwork" directory. Fixes #10928. --- src/apps/screenshot/ScreenshotWindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"));