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

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

Completed in 29 milliseconds