aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authordaneren2005 <daneren2005@gmail.com>2013-09-09 16:00:09 -0700
committerdaneren2005 <daneren2005@gmail.com>2013-09-09 16:00:09 -0700
commit41c35a9c96444de3854631cca796034b1881c250 (patch)
treeaeff9aee15acb809be8d4b8e463e5ea670349393 /src
parent12e1bec294b150607945a313caaec1c80e773214 (diff)
downloaddsub-41c35a9c96444de3854631cca796034b1881c250.tar.gz
dsub-41c35a9c96444de3854631cca796034b1881c250.tar.bz2
dsub-41c35a9c96444de3854631cca796034b1881c250.zip
Add downloading notification id
Diffstat (limited to 'src')
-rw-r--r--src/github/daneren2005/dsub/util/Constants.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/github/daneren2005/dsub/util/Constants.java b/src/github/daneren2005/dsub/util/Constants.java
index 41e13b2f..7d4a24b6 100644
--- a/src/github/daneren2005/dsub/util/Constants.java
+++ b/src/github/daneren2005/dsub/util/Constants.java
@@ -62,6 +62,7 @@ public final class Constants {
// Notification IDs.
public static final int NOTIFICATION_ID_PLAYING = 100;
public static final int NOTIFICATION_ID_ERROR = 101;
+ public static final int NOTIFICATION_ID_DOWNLOADING = 102;
// Preferences keys.
public static final String PREFERENCES_KEY_SERVER_KEY = "server";