summaryrefslogtreecommitdiffstats
path: root/macosx/HBApplication.m
diff options
context:
space:
mode:
authorritsuka <[email protected]>2015-05-07 15:29:06 +0000
committerritsuka <[email protected]>2015-05-07 15:29:06 +0000
commit878199667e6a7c79ff39b3d48127324fcf2c53ad (patch)
treef80b3c058e70a20e57704b2498ce58191305f3d6 /macosx/HBApplication.m
parent9ef14487e91592b945c937dbff540a8a0a15b64b (diff)
MacGui: cosmetics.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7161 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/HBApplication.m')
-rw-r--r--macosx/HBApplication.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/HBApplication.m b/macosx/HBApplication.m
index d725b1bad..2e0707128 100644
--- a/macosx/HBApplication.m
+++ b/macosx/HBApplication.m
@@ -36,7 +36,7 @@ static void CrashMyApplication()
{
@autoreleasepool
{
- // Create a string based on the exception
+ // Create a string based on the exception
NSString *exceptionMessage = [NSString stringWithFormat:@"%@\nReason: %@\nUser Info: %@", exception.name, exception.reason, exception.userInfo];
// Always log to console for history