Home
last modified time | relevance | path

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

/aoo4110/main/desktop/win32/source/rebase/
H A Drebasegui.cxx139 wchar_t* pAppTitle = new wchar_t[ MAX_STR_CAPTION ]; in WinMain() local
140 pAppTitle[0] = '\0'; in WinMain()
141 LoadString( hInst, IDS_APP_TITLE, pAppTitle, MAX_STR_CAPTION ); in WinMain()
169 failPath(pAppTitle, pTextNoInstallation); in WinMain()
180 failPath(pAppTitle, pTextNoInstallation); in WinMain()
190 MessageBoxW( NULL, pOutput, pAppTitle, MB_OK ); in WinMain()

Completed in 17 milliseconds