Incoming message sound - file name changed.

cusax-fix
Yana Stamcheva 18 years ago
parent 63770fd8e9
commit 03a3381e1a

@ -17,7 +17,7 @@
public class Sounds {
public static String INCOMING_MESSAGE
= "resources/sounds/ship-sink.wav";
= "resources/sounds/incomingMessage.wav";
public static String OUTGOING_CALL
= "resources/sounds/ring.wav";
@ -74,19 +74,4 @@ public class Sounds {
private Sounds() {
}
/**
* Returns a sound path corresponding to the given sound key.
* @param key The key of the sound.
* @return A sound path corresponding to the given sound key.
*/
public static String getString(String key) {
try {
return RESOURCE_BUNDLE.getString(key);
} catch (MissingResourceException e) {
return '!' + key + '!';
}
}
}

@ -1,4 +1,4 @@
INCOMING_MESSAGE=resources/sounds/ship-sink.wav
INCOMING_MESSAGE=resources/sounds/incomingMessage.wav
INCOMING_CALL=resources/sounds/incomingCall.wav
OUTGOING_CALL=resources/sounds/ring.wav

Loading…
Cancel
Save