Change window title

xenia -> xenia-canary
This commit is contained in:
illusion98 2019-08-26 04:32:41 -05:00 committed by illusion
parent 5a6af0101d
commit 0957851868
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ using xe::ui::MenuItem;
using xe::ui::MouseEvent; using xe::ui::MouseEvent;
using xe::ui::UIEvent; using xe::ui::UIEvent;
const std::wstring kBaseTitle = L"xenia"; const std::wstring kBaseTitle = L"xenia-canary";
ui::NativeWindowHandle window_handle; ui::NativeWindowHandle window_handle;