Updated to use the new log file facility.

This commit is contained in:
dchandler 2002-10-13 19:23:34 +00:00
parent 02e55d6819
commit f32b1053c1
2 changed files with 2 additions and 2 deletions

View file

@ -36,7 +36,7 @@ public class QDShell extends JFrame {
public static void main(String[] args) {
try {
ThdlDebug.attemptToSetUpLogFile("qd.log");
ThdlDebug.attemptToSetUpLogFile("qd", ".log");
Locale locale;

View file

@ -46,7 +46,7 @@ public class SavantShell extends JFrame
public static void main(String[] args) {
try {
ThdlDebug.attemptToSetUpLogFile("savant.log");
ThdlDebug.attemptToSetUpLogFile("savant", ".log");
try {
UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());