OSDN Git Service

MacGui: fix file suffix creation for .ogm (the break was misplaced in the case statem...
authorjbrjake <jbrjake@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Tue, 15 May 2007 20:59:42 +0000 (20:59 +0000)
committerjbrjake <jbrjake@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Tue, 15 May 2007 20:59:42 +0000 (20:59 +0000)
Thanks for pointing it out, cleaner!

git-svn-id: svn://localhost/HandBrake/trunk@585 b64f7644-9d1e-0410-96f1-a4d463321fa5

macosx/Controller.mm

index 4bc8cb5..cbe2ea4 100644 (file)
@@ -433,10 +433,10 @@ return registrationDictionary;
                                        break;
                                case 1: 
                      ext = "avi";
+                     break;
                                case 2:
-                                  break;
                      ext = "ogm";
-                              break;
+                                break;
                                   }