Home
last modified time | relevance | path

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

/reactos/base/applications/utilman/umandlg/
H A Dumandlg.c170 WCHAR szAuthors[MAX_BUFFER]; in ShowAboutDlg() local
173 LoadStringW(Globals.hInstance, IDS_AUTHORS, szAuthors, _countof(szAuthors)); in ShowAboutDlg()
175 ShellAboutW(hDlgParent, szApp, szAuthors, Globals.hIcon); in ShowAboutDlg()
/reactos/base/applications/osk/
H A Dmain.c140 WCHAR szAuthors[MAX_PATH]; in OSK_About() local
143 LoadStringW(Globals.hInstance, IDS_AUTHORS, szAuthors, _countof(szAuthors)); in OSK_About()
147 ShellAboutW(Globals.hMainWnd, Globals.szTitle, szAuthors, in OSK_About()
/reactos/base/applications/rapps/
H A Dgui.cpp523 CStringW szAuthors; in ShowAboutDlg() local
526 szAuthors.LoadStringW(IDS_APP_AUTHORS); in ShowAboutDlg()
527 ShellAboutW(m_hWnd, szApp, szAuthors, in ShowAboutDlg()