diff options
Diffstat (limited to 'indra')
| -rw-r--r-- | indra/newview/llappdelegate-objc.mm | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/indra/newview/llappdelegate-objc.mm b/indra/newview/llappdelegate-objc.mm index 9bb10f3204..9e0e0e35c5 100644 --- a/indra/newview/llappdelegate-objc.mm +++ b/indra/newview/llappdelegate-objc.mm @@ -31,12 +31,12 @@  - (void) applicationDidBecomeActive:(NSNotification *)notification  { -	 +	callWindowFocus();  }  - (void) applicationDidResignActive:(NSNotification *)notification  { -	 +	callWindowUnfocus();  }  - (NSApplicationDelegateReply) applicationShouldTerminate:(NSApplication *)sender | 
