Skip to content

Commit

Permalink
Forgot to update version url
Browse files Browse the repository at this point in the history
  • Loading branch information
pbellchambers committed Mar 27, 2012
1 parent 67f0767 commit cd1dabf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion winebrewdb/src/com/pori/WineBrewDB/InitializeMenu.java
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ public void actionPerformed(ActionEvent e) {
mntmCheckUpdates.addActionListener(new ActionListener() {
public void actionPerformed(ActionEvent e) {
try {
URL url = new URL("http://winebrewdb.googlecode.com/svn/trunk/winebrewdb/src/com/pori/WineBrewDB/version.txt");
URL url = new URL("http://winebrewdb.googlecode.com/svn/trunk/winebrewdb/VERSION.txt");
BufferedReader in = new BufferedReader(new InputStreamReader(url.openStream()));
String str;
while ((str = in.readLine()) != null) {
Expand Down

0 comments on commit cd1dabf

Please sign in to comment.