From: Pavel Sanda Date: Tue, 1 Mar 2011 22:21:03 +0000 (+0000) Subject: Add comment X-Git-Tag: 2.0.0~620 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=d2873b4bc6be04d81e6afba643c10d4d77617f00;p=lyx.git Add comment git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37819 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/graphics/GraphicsLoader.cpp b/src/graphics/GraphicsLoader.cpp index d37be92e65..82c5b1afda 100644 --- a/src/graphics/GraphicsLoader.cpp +++ b/src/graphics/GraphicsLoader.cpp @@ -371,7 +371,7 @@ void Loader::Impl::resetFile(FileName const & file) if (status_ != Converting) { Cache::get().remove(old_file); } else { - //TODO remove cache item when it is not busy any more + //TODO remove cache item when it is not busy any more, see #7163 } }