Author: mlytwyn
Date: Fri Jan 15 18:27:24 2016
New Revision: 39281

URL: http://svn.gna.org/viewcvs/gnustep?rev=39281&view=rev
Log:
Define NSUserNotificationDefaultSoundName

Modified:
    libs/base/branches/gnustep_testplant_branch/Source/NSUserNotification.m

Modified: 
libs/base/branches/gnustep_testplant_branch/Source/NSUserNotification.m
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/base/branches/gnustep_testplant_branch/Source/NSUserNotification.m?rev=39281&r1=39280&r2=39281&view=diff
==============================================================================
--- libs/base/branches/gnustep_testplant_branch/Source/NSUserNotification.m     
(original)
+++ libs/base/branches/gnustep_testplant_branch/Source/NSUserNotification.m     
Fri Jan 15 18:27:24 2016
@@ -37,6 +37,8 @@
 #import "Foundation/NSDate.h"
 #import "Foundation/NSString.h"
 #import "Foundation/NSTimeZone.h"
+
+NSString * const NSUserNotificationDefaultSoundName = 
@"NSUserNotificationDefaultSoundName";
 
 @interface NSUserNotification ()
 @property (readwrite) NSDate *actualDeliveryDate;


_______________________________________________
Gnustep-cvs mailing list
Gnustep-cvs@gna.org
https://mail.gna.org/listinfo/gnustep-cvs

Reply via email to