diff --git a/src/frontend/KaizenGui.cpp b/src/frontend/KaizenGui.cpp index 1a3416cd..5aff93b3 100644 --- a/src/frontend/KaizenGui.cpp +++ b/src/frontend/KaizenGui.cpp @@ -368,7 +368,7 @@ void KaizenGui::RenderUI() { ImGui::SameLine(); ImGui::PushFont(nullptr, ImGui::GetStyle().FontSizeBase * 2.f); - ImGui::Text("Loading \"%s\"...", fs::path(fileToLoad).stem().c_str()); + ImGui::Text("Loading \"%s\"...", fs::path(fileToLoad).filename().string().c_str()); ImGui::PopFont(); ImGui::End();