Skip to content

Commit

Permalink
Replace use of now-removed portable path
Browse files Browse the repository at this point in the history
Change path entirely to point to one that exists
  • Loading branch information
rhwood committed Dec 18, 2016
1 parent 348f191 commit 5e0e665
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/src/jmri/jmrit/vsdecoder/VSDSound.java
Expand Up @@ -32,7 +32,7 @@ abstract public class VSDSound {

public final static float default_gain = 0.8f;

protected String vsd_file_base = "resource:resources/sounds/vsd/";
protected String vsd_file_base = "program:resources/vsdecoder";

javax.swing.Timer t;

Expand Down

0 comments on commit 5e0e665

Please sign in to comment.