Skip to content

Commit

Permalink
v0.9.8
Browse files Browse the repository at this point in the history
  • Loading branch information
epix37 committed Mar 31, 2015
1 parent 6858be8 commit 427d190
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ private async void ComboboxLanguages_SelectionChanged(object sender, SelectionCh

var selectedLanguage = Helper.LanguageDict[language];

if(!File.Exists(string.Format("Files/cardsDB.{0}.json", selectedLanguage)))
if(!File.Exists(string.Format("Files/cardDB.{0}.xml", selectedLanguage)))
return;

Config.Instance.SelectedLanguage = selectedLanguage;
Expand Down
2 changes: 1 addition & 1 deletion Hearthstone Deck Tracker/Version.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
<Version>
<Major>0</Major>
<Minor>9</Minor>
<Revision>7</Revision>
<Revision>8</Revision>
<Build>0</Build>
</Version>

0 comments on commit 427d190

Please sign in to comment.