From: Richard Heck Date: Tue, 24 Mar 2015 01:58:45 +0000 (-0400) Subject: Whitespace. X-Git-Tag: 2.2.0alpha1~1113 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=eb79a98e01cfe189a6e45b7c683697396b650482;p=features.git Whitespace. --- diff --git a/src/insets/InsetInfo.cpp b/src/insets/InsetInfo.cpp index 3d35e293e0..e70b519e06 100644 --- a/src/insets/InsetInfo.cpp +++ b/src/insets/InsetInfo.cpp @@ -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.