Screenshot: list a writable "artwork" directory.

Fixes #10928.
This commit is contained in:
Adrien Destugues 2014-12-16 16:56:34 +01:00
parent 4738a0e182
commit 7cb12e75ae
1 changed files with 1 additions and 1 deletions

View File

@ -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"));