]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/wizard.m
macosx: fix wrong size of playlist when using podcast and minimal view
[vlc] / modules / gui / macosx / wizard.m
index 467903ae8df5029087dd3cda2173ff1c0006bb66..e8c832fc6abcc51176ad611f4aed5a6d3eaf7fe8 100644 (file)
@@ -264,7 +264,7 @@ static VLCWizard *_o_sharedInstance = nil;
         "the best thing to do. Other computers can then access the stream at "
         "mms://yourip:8080 by default."), _NS("Use this to stream to several "
         "computers using the Microsoft MMS protocol. This protocol is used as "
-        "transport method by many Microsoft's softwares. Note that only a "
+        "transport method by many Microsoft's software. Note that only a "
         "small part of the MMS protocol is supported (MMS encapsulated in "
         "HTTP)."), nil];
     o_udp_uni = [NSArray arrayWithObjects:@"udp", @"UDP-Unicast", _NS("Enter "
@@ -1097,7 +1097,7 @@ static VLCWizard *_o_sharedInstance = nil;
                 NSMutableArray * tempArray = [[NSMutableArray alloc] init];
                 int x = 0;
                 int y = [[o_userSelections objectForKey:@"pathToStrm"] count];
-                NSMutableString * tempString = [[NSMutableString alloc] init];
+                NSString * tempString = [[NSString alloc] init];
                 while( x != y)
                 {
                     NSString * fileNameToUse;