update browser title

This commit is contained in:
yggverse 2024-08-08 14:25:43 +03:00
parent 1d07bbd75e
commit f591398b51

View File

@ -11,7 +11,7 @@ namespace app
{
public:
const Glib::ustring TITLE = "Basic application";
const Glib::ustring TITLE = "Yoda";
const int WIDTH = 640;
const int HEIGHT = 480;