[vlc-commits] macosx: fix error message for media information panel

2015-10-21 Thread David Fuhrmann
vlc/vlc-2.2 | branch: master | David Fuhrmann  | Wed 
Oct 21 22:39:02 2015 +0200| [dcc4f9f918b9caf70ab973dee72204a3a5a85d24] | 
committer: David Fuhrmann

macosx: fix error message for media information panel

not cherry picked from 10145e039042c1a15e92b47d7e88f1d632d9c6a1

> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.2.git/?a=commit;h=dcc4f9f918b9caf70ab973dee72204a3a5a85d24
---

 modules/gui/macosx/playlistinfo.m |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/modules/gui/macosx/playlistinfo.m 
b/modules/gui/macosx/playlistinfo.m
index 9ec4cf5..9e94701 100644
--- a/modules/gui/macosx/playlistinfo.m
+++ b/modules/gui/macosx/playlistinfo.m
@@ -363,9 +363,9 @@ static VLCInfo *_o_sharedInstance = nil;
 return;
 
 error:
-NSRunAlertPanel(_NS("Error while saving meta"),
-@"%@",_NS("VLC was unable to save the meta data."),
-_NS("OK"), nil, nil);
+NSRunAlertPanel(_NS("Error while saving meta"), @"%@",
+_NS("OK"), nil, nil,
+_NS("VLC was unable to save the meta data."));
 }
 
 - (IBAction)downloadCoverArt:(id)sender

___
vlc-commits mailing list
vlc-commits@videolan.org
https://mailman.videolan.org/listinfo/vlc-commits


[vlc-commits] macosx: fix error message for media information panel

2015-10-21 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann  | Wed Oct 21 
22:35:05 2015 +0200| [10145e039042c1a15e92b47d7e88f1d632d9c6a1] | committer: 
David Fuhrmann

macosx: fix error message for media information panel

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=10145e039042c1a15e92b47d7e88f1d632d9c6a1
---

 modules/gui/macosx/VLCPlaylistInfo.m |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/modules/gui/macosx/VLCPlaylistInfo.m 
b/modules/gui/macosx/VLCPlaylistInfo.m
index d0755e7..1c971f2 100644
--- a/modules/gui/macosx/VLCPlaylistInfo.m
+++ b/modules/gui/macosx/VLCPlaylistInfo.m
@@ -359,9 +359,9 @@
 return;
 
 error:
-NSRunAlertPanel(_NS("Error while saving meta"),
-@"%@",_NS("VLC was unable to save the meta data."),
-_NS("OK"), nil, nil);
+NSRunAlertPanel(_NS("Error while saving meta"), @"%@",
+_NS("OK"), nil, nil,
+_NS("VLC was unable to save the meta data."));
 }
 
 - (IBAction)downloadCoverArt:(id)sender

___
vlc-commits mailing list
vlc-commits@videolan.org
https://mailman.videolan.org/listinfo/vlc-commits