mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-10 09:19:01 +00:00
Changed: Typo
This commit is contained in:
parent
4011c6c70c
commit
bb156457c0
1 changed files with 2 additions and 1 deletions
|
@ -4094,7 +4094,8 @@ namespace NLGUI
|
||||||
void CGroupHTML::requestTerminated(HTRequest * request )
|
void CGroupHTML::requestTerminated(HTRequest * request )
|
||||||
{
|
{
|
||||||
// this callback is being called for every request terminated
|
// this callback is being called for every request terminated
|
||||||
if( request == _LibWWW->Request ){
|
if (request == _LibWWW->Request)
|
||||||
|
{
|
||||||
// set the browser as complete
|
// set the browser as complete
|
||||||
_Browsing = false;
|
_Browsing = false;
|
||||||
updateRefreshButton();
|
updateRefreshButton();
|
||||||
|
|
Loading…
Reference in a new issue