Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
BoyC committed Apr 6, 2024
1 parent 3a4bc3e commit 7beb1aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -798,7 +798,7 @@ INT WINAPI WinMain(_In_ HINSTANCE hInstance, _In_opt_ HINSTANCE hPrevInstance, _

if (ImGui::BeginMenu("File", true))
{
if (ImGui::MenuItem("Open kkm file", nullptr, nullptr, true))
if (ImGui::MenuItem("Open kkp file", nullptr, nullptr, true))
{
OpenKKP();
openedSource = -1;
Expand Down

0 comments on commit 7beb1aa

Please sign in to comment.