* update docs

This commit is contained in:
Reinhard Pointner 2015-01-01 20:29:00 +00:00
parent 2c91dc3681
commit c0f7215bdd
1 changed files with 2 additions and 2 deletions

View File

@ -188,10 +188,10 @@ public class Main {
throw new RuntimeException(e); // won't happen
}
// pre-load media.types and JNA/GIO (when loaded during DnD it will freeze the UI for a few hundred milliseconds)
// preload media.types (when loaded during DnD it will freeze the UI for a few hundred milliseconds)
MediaTypes.getDefault();
// check for application updates (only when installed, i.e. not running via fatjar or webstart)
// check for application updates
if (!"skip".equals(System.getProperty("application.update"))) {
try {
checkUpdate();