Project tree: Adding new files is possible again.
[DEVELOPMENT ENVIRONMENT] * BUG: Project tree: Adding new files is possible again.
This commit is contained in:
parent
284da64b73
commit
fe1e2914b1
1 changed files with 1 additions and 1 deletions
|
@ -544,7 +544,7 @@ Public Sub mnuPopup_Show()
|
|||
' mnuImportFile.Hide
|
||||
' Endif
|
||||
|
||||
If $sKey = Project.KEY_MISC Or If $sKey = Project.KEY_PROJECT Or If $sKey = Project.KEY_PUBLIC Then
|
||||
If sRoot = Project.KEY_MISC Or If sRoot = Project.KEY_PROJECT Or If sRoot = Project.KEY_PUBLIC Then
|
||||
bCanStoreFile = True '$sKey = Project.KEY_MISC Or $sKey = Project.KEY_PROJECT
|
||||
Else
|
||||
bCanStoreFile = False
|
||||
|
|
Loading…
Reference in a new issue