[vlc-devel] [PATCH 6/6] Now playing => Now Playing

Christoph Miebach christoph.miebach at web.de
Tue Jul 3 11:06:23 CEST 2012


---
 modules/notify/growl.m |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/notify/growl.m b/modules/notify/growl.m
index c3bf25f..10247bc 100644
--- a/modules/notify/growl.m
+++ b/modules/notify/growl.m
@@ -295,7 +295,7 @@ static int ItemChange( vlc_object_t *p_this, const char *psz_var,
     if( psz_arturl )
         o_art = [NSData dataWithContentsOfFile: [NSString stringWithUTF8String: psz_arturl]];
 
-    [GrowlApplicationBridge notifyWithTitle: [NSString stringWithUTF8String: _( "Now playing" )]
+    [GrowlApplicationBridge notifyWithTitle: [NSString stringWithUTF8String: _( "Now Playing" )]
                                 description: [NSString stringWithUTF8String: psz_desc]
                            notificationName: o_notificationType
                                    iconData: o_art
-- 
1.7.9.2




More information about the vlc-devel mailing list