]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/update.m
* MainMenu.nib, playlist.m: use NSSearchField instead of NSTextField, so we don't...
[vlc] / modules / gui / macosx / update.m
index 9637eff5c132a134dc5e35b8eae1e4fa5c06bbfd..e0c210c0208b00ea40e280f859f633c95462e9e0 100644 (file)
@@ -143,8 +143,9 @@ static VLCUpdate *_o_sharedInstance = nil;
     int x = 0;
     NSString * pathToReleaseNote;
     pathToReleaseNote = [NSString stringWithFormat: \
-        @"/tmp/vlc_releasenote_%@.tmp", [[NSCalendarDate calendarDate] \
-        descriptionWithCalendarFormat: @"%m-%d-%y--%I.%M.%S.%F"]];
+        @"/tmp/vlc_releasenote_%d.tmp", mdate()]; /*[[NSCalendarDate calendarDate] \
+        descriptionWithCalendarFormat: @"%m-%d-%y--%I.%M.%S.%F"]];*/
+    NSLog( pathToReleaseNote );
     
     if( p_uit )
     {