diff options
Diffstat (limited to 'client')
-rw-r--r-- | client/viewer.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/viewer.cc b/client/viewer.cc index 22ff2a1..09b6e47 100644 --- a/client/viewer.cc +++ b/client/viewer.cc @@ -173,7 +173,7 @@ void Viewer::update() } QString filename = journalpath + "/" + cpr.mid(2,2) + "/" + crypt + "/JOURNAL.TXT"; - filename = "/home/senator/JOURNAL.TXT"; + // filename = "/home/senator/JOURNAL.TXT"; QTextCodec *cp850 = QTextCodec::codecForName("cp850"); if(!cp850) { |