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

/haiku/src/apps/icon-o-matic/
H A DIconEditorApp.cpp57 fLastSavePath(""),
327 else if (fLastSavePath.Length() > 0)
328 path = fLastSavePath.String();
333 if (fLastSavePath.Length() > 0)
334 path = fLastSavePath.String();
343 else if (fLastSavePath.Length() > 0)
344 path = fLastSavePath.String();
H A DIconEditorApp.h83 BString fLastSavePath; member in class:IconEditorApp

Completed in 42 milliseconds