mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-11 00:04:24 +00:00
Tweaking terminology
This commit is contained in:
parent
da29b776ee
commit
40df3db1a2
4 changed files with 11 additions and 11 deletions
|
|
@ -6351,7 +6351,7 @@ void ImGui::ShowAboutWindow(bool* p_open)
|
|||
ImGui::Separator();
|
||||
ImGui::Text("By Omar Cornut and all Dear ImGui contributors.");
|
||||
ImGui::Text("Dear ImGui is licensed under the MIT License, see LICENSE for more information.");
|
||||
ImGui::Text("If your company uses this, please consider sponsoring the project!");
|
||||
ImGui::Text("If your company uses this, please consider funding the project.");
|
||||
|
||||
static bool show_config_info = false;
|
||||
ImGui::Checkbox("Config/Build Information", &show_config_info);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue