mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-19 22:04:01 -06:00
.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:
parent
73e480aa8e
commit
dfe16dbbd3
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue