diff options
Diffstat (limited to 'macosx/HBPreviewViewController.m')
-rw-r--r-- | macosx/HBPreviewViewController.m | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/macosx/HBPreviewViewController.m b/macosx/HBPreviewViewController.m index ca63d424a..2890d3ecd 100644 --- a/macosx/HBPreviewViewController.m +++ b/macosx/HBPreviewViewController.m @@ -83,7 +83,7 @@ [self updatePicture]; } -#pragma MARK: - HUD +#pragma mark - HUD - (void)mouseEntered:(NSEvent *)theEvent { @@ -154,7 +154,7 @@ } } -#pragma MARK: - Preview index +#pragma mark - Preview index - (void)setSelectedIndex:(NSInteger)selectedIndex { |