Skip to content

Commit

Permalink
Use 'cefclient' as default window title.
Browse files Browse the repository at this point in the history
  • Loading branch information
= committed Jan 19, 2012
1 parent 6e2a842 commit 9f9d9d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cefclient/cefclient_win.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ int APIENTRY wWinMain(HINSTANCE hInstance,

HACCEL hAccelTable;

std::wstring optName(L"MapBox");
std::wstring optName(L"CefClient");
int optWidth = 800;
int optHeight = 600;
if (g_command_line->HasSwitch("name"))
Expand Down

0 comments on commit 9f9d9d8

Please sign in to comment.