]> git.lyx.org Git - lyx.git/blobdiff - src/Text.cpp
add busy.gif to resources (in line with cmake)
[lyx.git] / src / Text.cpp
index 1028d5c3d631831975eba6198a252e250aec309d..6c899a95e8f7f65d86210de687f785cd7dfa85ce 100644 (file)
@@ -1897,8 +1897,6 @@ docstring Text::getPossibleLabel(Cursor const & cur) const
        }
 
        if (!name.empty())
-               // FIXME refstyle
-               // We should allow customization of the separator or else change it
                text = name + ':' + text;
 
        return text;