summaryrefslogtreecommitdiff
path: root/src/shared
diff options
context:
space:
mode:
authorTannin <devnull@localhost>2014-05-01 10:03:40 +0200
committerTannin <devnull@localhost>2014-05-01 10:03:40 +0200
commitea1f959ad592c1f10c5c60908e01c220aed206a5 (patch)
treef5d9849a18c7e49107e5c7ecae8854f65dbb02c3 /src/shared
parent7cf3b3455b0988f7f857969b958a2de721d42273 (diff)
- download tooltip now also includes the file description
- will now display an error message when the ini file can't be updated (in addition to what windows says)
Diffstat (limited to 'src/shared')
-rw-r--r--src/shared/directoryentry.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/directoryentry.h b/src/shared/directoryentry.h
index be4bfa60..b298cdd9 100644
--- a/src/shared/directoryentry.h
+++ b/src/shared/directoryentry.h
@@ -281,7 +281,7 @@ private:
file = m_FileRegister->getFile(iter->second);
} else {
file = m_FileRegister->createFile(fileName, this);
-#pragma message("this has been observed to cause a crash, no clue why")
+ // TODO this has been observed to cause a crash, no clue why
m_Files[fileName] = file->getIndex();
}
file->addOrigin(origin.getID(), fileTime, archive);