Home | History | Annotate | Download | only in FileManager

Lines Matching refs:Title

136   UString Title;

184 if (!Title.IsEmpty())
185 SetText(Title);
810 bool MyBrowseForFolder(HWND owner, LPCWSTR title, LPCWSTR path, UString &resultPath)
819 return NShell::BrowseForFolder(owner, title, path, resultPath);
827 if (title)
828 dialog.Title = title;
839 bool MyBrowseForFile(HWND owner, LPCWSTR title, LPCWSTR path,
850 if (MyGetOpenFileName(owner, title, NULL, path, filterDescription, filter, resultPath))
879 if (title)
880 dialog.Title = title;
1018 LangString(IDS_CREATE_FOLDER, dlg.Title);