Searched refs:szAuthors (Results 1 – 3 of 3) sorted by relevance
/reactos/base/applications/utilman/umandlg/ |
H A D | umandlg.c | 170 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 D | main.c | 140 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 D | gui.cpp | 523 CStringW szAuthors; in ShowAboutDlg() local 526 szAuthors.LoadStringW(IDS_APP_AUTHORS); in ShowAboutDlg() 527 ShellAboutW(m_hWnd, szApp, szAuthors, in ShowAboutDlg()
|