We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1306d80 + 7ffa189 commit 6b0bbebCopy full SHA for 6b0bbeb
1 file changed
GeneralsMD/Code/GameEngine/Source/GameClient/GUI/GUICallbacks/Menus/OptionsMenu.cpp
@@ -1106,6 +1106,12 @@ void OptionsMenuInit( WindowLayout *layout, void *userData )
1106
}
1107
1108
1109
+ if (comboBoxLANIP)
1110
+ GadgetComboBoxSetText(comboBoxLANIP, L"***.***.***.***");
1111
+
1112
+ if (comboBoxOnlineIP)
1113
+ GadgetComboBoxSetText(comboBoxOnlineIP, L"***.***.***.***");
1114
1115
// HTTP Proxy
1116
GameWindow *textEntryHTTPProxy = TheWindowManager->winGetWindowFromId(nullptr, NAMEKEY("OptionsMenu.wnd:TextEntryHTTPProxy"));
1117
if (textEntryHTTPProxy)
0 commit comments