From 1aa27e240c7d7020489124e933db47ed18167560 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 3 Jun 2012 11:16:13 +0000 Subject: code cleanup: replace some non utf8 chars --- intern/ghost/intern/GHOST_SystemCarbon.cpp | 2 +- intern/ghost/intern/GHOST_SystemCocoa.mm | 2 +- intern/ghost/intern/GHOST_WindowCocoa.mm | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'intern/ghost') diff --git a/intern/ghost/intern/GHOST_SystemCarbon.cpp b/intern/ghost/intern/GHOST_SystemCarbon.cpp index ac580895c50..1e53e7f4291 100644 --- a/intern/ghost/intern/GHOST_SystemCarbon.cpp +++ b/intern/ghost/intern/GHOST_SystemCarbon.cpp @@ -1025,7 +1025,7 @@ bool GHOST_SystemCarbon::handleMouseDown(EventRef event) GHOST_ASSERT(ghostWindow, "GHOST_SystemCarbon::handleMouseEvent: ghostWindow==0"); if (::TrackGoAway(window, mousePos)) { - // todo: add option-close, because itÿs in the HIG + // todo: add option-close, because it's in the HIG // if (event.modifiers & optionKey) { // Close the clean documents, others will be confirmed one by one. //} diff --git a/intern/ghost/intern/GHOST_SystemCocoa.mm b/intern/ghost/intern/GHOST_SystemCocoa.mm index 6013f3519ec..760dc0cbfd5 100644 --- a/intern/ghost/intern/GHOST_SystemCocoa.mm +++ b/intern/ghost/intern/GHOST_SystemCocoa.mm @@ -915,7 +915,7 @@ bool GHOST_SystemCocoa::processEvents(bool waitForEvent) case NSFlagsChanged: handleKeyEvent(event); - /* Support system-wide keyboard shortcuts, like Expos√©, ...) =>included in always NSApp sendEvent */ + /* Support system-wide keyboard shortcuts, like Exposé, ...) =>included in always NSApp sendEvent */ /* if (([event modifierFlags] & NSCommandKeyMask) || [event type] == NSFlagsChanged) { [NSApp sendEvent:event]; }*/ diff --git a/intern/ghost/intern/GHOST_WindowCocoa.mm b/intern/ghost/intern/GHOST_WindowCocoa.mm index b7d14873e7b..f94f08b1d13 100644 --- a/intern/ghost/intern/GHOST_WindowCocoa.mm +++ b/intern/ghost/intern/GHOST_WindowCocoa.mm @@ -482,7 +482,7 @@ GHOST_WindowCocoa::GHOST_WindowCocoa( i=0; pixelFormatAttrsWindow[i++] = NSOpenGLPFADoubleBuffer; - // Guarantees the back buffer contents to be valid after a call to NSOpenGLContext object’s flushBuffer + // Guarantees the back buffer contents to be valid after a call to NSOpenGLContext object's flushBuffer // needed for 'Draw Overlap' drawing method pixelFormatAttrsWindow[i++] = NSOpenGLPFABackingStore; @@ -525,7 +525,7 @@ GHOST_WindowCocoa::GHOST_WindowCocoa( i=0; pixelFormatAttrsWindow[i++] = NSOpenGLPFADoubleBuffer; - // Guarantees the back buffer contents to be valid after a call to NSOpenGLContext object’s flushBuffer + // Guarantees the back buffer contents to be valid after a call to NSOpenGLContext object's flushBuffer // needed for 'Draw Overlap' drawing method pixelFormatAttrsWindow[i++] = NSOpenGLPFABackingStore; -- cgit v1.2.3