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
|
' mnuImportFile.Hide
|
||||||
' Endif
|
' 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
|
bCanStoreFile = True '$sKey = Project.KEY_MISC Or $sKey = Project.KEY_PROJECT
|
||||||
Else
|
Else
|
||||||
bCanStoreFile = False
|
bCanStoreFile = False
|
||||||
|
|
Loading…
Reference in a new issue