Nav: Comments (#787)

This commit is contained in:
omar
2018-02-01 22:43:37 +01:00
parent 942c140710
commit efbd8cebe7
3 changed files with 12 additions and 8 deletions

View File

@ -1533,7 +1533,7 @@ void ImGui::ShowDemoWindow(bool* p_open)
ImGui::OpenPopup("Delete?");
if (ImGui::BeginPopupModal("Delete?", NULL, ImGuiWindowFlags_AlwaysAutoResize))
{
ImGui::Text("All those beautiful files will be deleted.\nThis operation cannot be undone!\n\n");
ImGui::Text("All those beautiful files will be deleted.\nThis operation cannot be undone!\n\n");
ImGui::Separator();
//static int dummy_i = 0;