From 73f155f4e52a6e3d9ce11d4de3c3cc62e61cff9f Mon Sep 17 00:00:00 2001
From: Timothee 'TTimo' Besset <ttimo@valvesoftware.com>
Date: Tue, 22 Aug 2023 11:11:43 -0500
Subject: [PATCH] rename WINEDEBUG field to PROTON_LOG

---
 client/devkit_client/gui2/gui2.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/client/devkit_client/gui2/gui2.py b/client/devkit_client/gui2/gui2.py
index a39292b..52ba5c2 100644
--- a/client/devkit_client/gui2/gui2.py
+++ b/client/devkit_client/gui2/gui2.py
@@ -2751,7 +2751,7 @@ class ProtonLogs(SubTool):
 
         imgui.same_line()
         imgui.set_cursor_pos_x(86*CHARACTER_WIDTH)
-        imgui.text('WINEDEBUG:')
+        imgui.text('PROTON_LOG:')
         imgui.same_line()
         imgui.set_next_item_width(26*CHARACTER_WIDTH)
         changed, s = imgui.input_text('##proton_log_winedebug', self.settings[self.WINEDEBUG_KEY], 128)
-- 
GitLab