.ide: Bar: support for Open output directory for POSIX (instead of Linux)

git-svn-id: svn://ultimatepp.org/upp/trunk@3111 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2011-01-27 09:53:24 +00:00
parent 73e480aa8e
commit dfe16dbbd3

View file

@ -442,7 +442,7 @@ void Ide::BuildMenu(Bar& menu) {
menu.Add(GetConsole().GetLineCount(), AK_FINDPREVERROR, THISBACK(FindPrevError))
.Help("Find previous " + String(btabs.GetCursor() == BCONSOLE2 ? "position" : "error line")
+ "according to console pane");
#if defined(PLATFORM_WIN32) || defined(PLATFORM_LINUX)
#if defined(PLATFORM_WIN32) || defined(PLATFORM_POSIX)
menu.MenuSeparator();
menu.Add(!IsNull(target), "Open output directory", THISBACK(OpenOutputFolder));
#endif