You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2013/09/27 00:25:35 UTC

[06/10] git commit: CB-4889 renaming reference in Notification.cs

CB-4889 renaming reference in Notification.cs


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/commit/c027c9c7
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/tree/c027c9c7
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/diff/c027c9c7

Branch: refs/heads/master
Commit: c027c9c763f2f5e2d2dbad2113a799f338687cd5
Parents: 2ee32ab
Author: Anis Kadri <an...@apache.org>
Authored: Wed Sep 25 16:07:54 2013 +0200
Committer: Anis Kadri <an...@apache.org>
Committed: Wed Sep 25 16:07:54 2013 +0200

----------------------------------------------------------------------
 src/wp/Notification.cs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/blob/c027c9c7/src/wp/Notification.cs
----------------------------------------------------------------------
diff --git a/src/wp/Notification.cs b/src/wp/Notification.cs
index 339978a..1c0c63b 100644
--- a/src/wp/Notification.cs
+++ b/src/wp/Notification.cs
@@ -252,7 +252,7 @@ namespace WPCordovaClassLib.Cordova.Commands
             string[] args = JSON.JsonHelper.Deserialize<string[]>(options);
             int times = int.Parse(args[0]);
 
-            string resourcePath = BaseCommand.GetBaseURL() + "Plugins/org.apache.cordova.core.dialogs/notification-beep.wav";
+            string resourcePath = BaseCommand.GetBaseURL() + "Plugins/org.apache.cordova.dialogs/notification-beep.wav";
 
             StreamResourceInfo sri = Application.GetResourceStream(new Uri(resourcePath, UriKind.Relative));