Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dborth/fceugx
/ ResetText
Function
ResetText
source/menu.cpp:152–162 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
150
}
151
152
static void ResetText()
153
{
154
LoadLanguage();
155
156
if(mainWindow)
157
{
158
HaltGui();
159
mainWindow->ResetText();
160
ResumeGui();
161
}
162
}
163
164
static int currentLanguage = -1;
165
Callers
1
ChangeLanguage
Function · 0.85
Calls
4
LoadLanguage
Function · 0.85
HaltGui
Function · 0.85
ResumeGui
Function · 0.85
ResetText
Method · 0.45
Tested by
no test coverage detected