Changed: Typo
This commit is contained in:
parent
3ed24c6955
commit
76d7f4b620
1 changed files with 2 additions and 1 deletions
|
@ -4094,7 +4094,8 @@ namespace NLGUI
|
|||
void CGroupHTML::requestTerminated(HTRequest * request )
|
||||
{
|
||||
// this callback is being called for every request terminated
|
||||
if( request == _LibWWW->Request ){
|
||||
if (request == _LibWWW->Request)
|
||||
{
|
||||
// set the browser as complete
|
||||
_Browsing = false;
|
||||
updateRefreshButton();
|
||||
|
|
Loading…
Reference in a new issue