]> git.sesse.net Git - vlc/commitdiff
* oops, deciding for either 2 or 2 isn't really the intended purpose
authorFelix Paul Kühne <fkuehne@videolan.org>
Tue, 27 Dec 2005 13:17:45 +0000 (13:17 +0000)
committerFelix Paul Kühne <fkuehne@videolan.org>
Tue, 27 Dec 2005 13:17:45 +0000 (13:17 +0000)
modules/gui/macosx/wizard.m

index 5bce3c55f771adaab8f0a7b929ba31af35915b55..c2aca22f410692058163f4e3d443cea2812f105c 100644 (file)
@@ -1019,7 +1019,7 @@ static VLCWizard *_o_sharedInstance = nil;
             [[o_t5_matrix_encap cellAtRow:10 column:0] setEnabled:NO];
         }
         else if ( [o_userSelections objectForKey:@"stmgMhd"] == @"2" || 
-            [o_userSelections objectForKey:@"stmgMhd"] == @"2" )
+            [o_userSelections objectForKey:@"stmgMhd"] == @"3" )
         {
             /* if UDP is the streaming protocol, only MPEG-TS is available */
             [[o_t5_matrix_encap cellAtRow:0 column:0] setEnabled:NO];