mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-29 06:06:54 -06:00
Ide: FileProprtiesMenu no more displayed for project. It is file related not project.
git-svn-id: svn://ultimatepp.org/upp/trunk@15153 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
a88bc4c5fe
commit
eab1f0ff7c
1 changed files with 1 additions and 1 deletions
|
|
@ -473,8 +473,8 @@ void Ide::Project(Bar& menu)
|
|||
if(OldLang())
|
||||
menu.Add("Convert s_ -> t_", THISBACK(ConvertST));
|
||||
}
|
||||
FilePropertiesMenu(menu);
|
||||
if(!IsEditorMode()) {
|
||||
menu.MenuSeparator();
|
||||
if(repo_dirs) {
|
||||
if(menu.IsMenuBar())
|
||||
menu.Add("Repo", THISBACK(ProjectRepo));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue