Home
last modified time | relevance | path

Searched refs:lastSelectedPath (Results 1 – 1 of 1) sorted by relevance

/haiku/src/apps/screenshot/
H A DScreenshotWindow.cpp489 BString lastSelectedPath; in _SetupOutputPathMenu() local
490 settings.FindString("lastSelectedPath", &lastSelectedPath); in _SetupOutputPathMenu()
497 path.Path() == lastSelectedPath, 'H'); in _SetupOutputPathMenu()
502 path.Path() == lastSelectedPath, 'D'); in _SetupOutputPathMenu()
509 path.Path() == lastSelectedPath, 'A'); in _SetupOutputPathMenu()
515 userPath == lastSelectedPath); in _SetupOutputPathMenu()
519 if (settings.IsEmpty() || lastSelectedPath.Length() == 0) { in _SetupOutputPathMenu()
523 _AddItemToPathMenu(lastSelectedPath.String(), lastSelectedPath, 3, in _SetupOutputPathMenu()