Skip to content

Commit

Permalink
translations, fmd fixed appname
Browse files Browse the repository at this point in the history
  • Loading branch information
riderkick committed Jun 12, 2015
1 parent f78ec7c commit 8b9adc2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mangadownloader/forms/frmMain.pas
Original file line number Diff line number Diff line change
Expand Up @@ -846,6 +846,7 @@ procedure TMainForm.FormCreate(Sender: TObject);
vtFavorites.Repaint;
end;
uTranslation.LangDir := GetCurrentDirUTF8 + PathDelim + 'languages';
uTranslation.LangAppName := 'fmd';
LoadLanguage;
end;

Expand Down

0 comments on commit 8b9adc2

Please sign in to comment.