]> git.lyx.org Git - lyx.git/commitdiff
Whitespace.
authorRichard Heck <rgheck@lyx.org>
Tue, 24 Mar 2015 01:58:45 +0000 (21:58 -0400)
committerRichard Heck <rgheck@lyx.org>
Tue, 24 Mar 2015 01:58:45 +0000 (21:58 -0400)
src/insets/InsetInfo.cpp

index 3d35e293e04d37dc1ff7f784fef520d89d2e12c9..e70b519e0609447ac2ac136099a04b41a4e8e325 100644 (file)
@@ -397,7 +397,7 @@ void InsetInfo::updateInfo()
        case ICON_INFO: {
                FuncRequest func = lyxaction.lookupFunc(name_);
                docstring icon_name = frontend::Application::iconName(func, true);
-               //FIXME: We should use the icon directly instead of
+               // FIXME: We should use the icon directly instead of
                // going through FileName. The code below won't work
                // if the icon is embedded in the executable through
                // the Qt resource system.