Skip to content

Commit 0e73e55

Browse files
committed
change window title
1 parent ee524f6 commit 0e73e55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gui_main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ int main(int, char **) {
171171
const char *glsl_version = "#version 130";
172172
glfwWindowHint(GLFW_CONTEXT_VERSION_MAJOR, 3);
173173
glfwWindowHint(GLFW_CONTEXT_VERSION_MINOR, 0);
174-
GLFWwindow *window = glfwCreateWindow(1280, 720, "Dear ImGui Docking Example", nullptr, nullptr);
174+
GLFWwindow *window = glfwCreateWindow(1280, 720, "SubChat Config Generator", nullptr, nullptr);
175175
if (window == nullptr)
176176
return 1;
177177
glfwMakeContextCurrent(window);

0 commit comments

Comments
 (0)