mirror of
				https://github.com/Drezil/imgui.git
				synced 2025-10-31 21:21:06 +01:00 
			
		
		
		
	Encode version string in binary to facilitate identification when demo/tools are striped + amend About window.
This commit is contained in:
		| @@ -3512,6 +3512,7 @@ void ImGui::DestroyContext(ImGuiContext* ctx) | ||||
| // IMPORTANT: ###xxx suffixes must be same in ALL languages | ||||
| static const ImGuiLocEntry GLocalizationEntriesEnUS[] = | ||||
| { | ||||
|     { ImGuiLocKey_VersionStr,           "Dear ImGui " IMGUI_VERSION " (" IM_STRINGIFY(IMGUI_VERSION_NUM) ")" }, | ||||
|     { ImGuiLocKey_TableSizeOne,         "Size column to fit###SizeOne"          }, | ||||
|     { ImGuiLocKey_TableSizeAllFit,      "Size all columns to fit###SizeAll"     }, | ||||
|     { ImGuiLocKey_TableSizeAllDefault,  "Size all columns to default###SizeAll" }, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user