updated dial number formatting

git-svn-id: https://svn2.assembla.com/svn/romraider/trunk@111 38686702-15cf-42e4-a595-3071df8bf5ea
This commit is contained in:
kascade 2008-06-07 02:16:55 +00:00
parent fcfacd77d3
commit 0efa9100ef
1 changed files with 1 additions and 0 deletions

View File

@ -392,6 +392,7 @@ public final class EcuLogger extends JFrame implements WindowListener, PropertyC
UserProfileLoader profileLoader = new UserProfileLoaderImpl();
UserProfile profile = profileLoader.loadProfile(profileFilePath);
setSelectedPort(profile);
if (isLogging()) restartLogging();
applyUserProfile(profile);
File profileFile = new File(profileFilePath);
if (profileFile.exists()) {