summaryrefslogtreecommitdiffstats
path: root/macosx/Controller.h
diff options
context:
space:
mode:
authorRodeo <[email protected]>2012-09-22 14:54:28 +0000
committerRodeo <[email protected]>2012-09-22 14:54:28 +0000
commitd8d4d5475fb6f30f7ddf3475ddde45a95bff20dd (patch)
tree2f52a62aa3096aaa7d4490044de58305f4964df5 /macosx/Controller.h
parenta128ed16e74d4afaf135d4fff7e41688930f53cb (diff)
MacGui: miscellaneous cosmetics and consistency adjustments.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4974 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/Controller.h')
-rw-r--r--macosx/Controller.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/macosx/Controller.h b/macosx/Controller.h
index ddc52880f..5c8ddf34a 100644
--- a/macosx/Controller.h
+++ b/macosx/Controller.h
@@ -258,12 +258,12 @@ BOOL fIsDragging;
NSString * browsedSourceDisplayName;
/* Dock progress variables */
- double dockIconProgress;
+ double dockIconProgress;
- BOOL fWillScan;
- NSDockTile *dockTile;
- DockTextField *percentField;
- DockTextField *timeField;
+ BOOL fWillScan;
+ NSDockTile * dockTile;
+ DockTextField * percentField;
+ DockTextField * timeField;
}
- (int) getPidnum;
- (IBAction) showAboutPanel:(id)sender;