diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2024-12-10 20:15:36 +0200 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2024-12-10 20:15:36 +0200 |
| commit | 523bb86f28158efe34b285ba07b2500ea59d09d1 (patch) | |
| tree | 8bc2a3a5fbd835b0b2b45e3926e3d2b8c11e3fca /Software/Visual_Studio/PPC/Tango.PPC.UI/app.manifest | |
| parent | 8ca196e043592c65a66a5ef23d9958e992dd5949 (diff) | |
| download | Tango-523bb86f28158efe34b285ba07b2500ea59d09d1.tar.gz Tango-523bb86f28158efe34b285ba07b2500ea59d09d1.zip | |
Fixed CE crash with no light inks.
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.UI/app.manifest')
| -rw-r--r-- | Software/Visual_Studio/PPC/Tango.PPC.UI/app.manifest | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.UI/app.manifest b/Software/Visual_Studio/PPC/Tango.PPC.UI/app.manifest index d72e75011..efc5f8179 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.UI/app.manifest +++ b/Software/Visual_Studio/PPC/Tango.PPC.UI/app.manifest @@ -16,7 +16,7 @@ Remove this element if your application requires this virtualization for backwards compatibility. --> - <requestedExecutionLevel level="requireAdministrator" uiAccess="false" /> + <!--<requestedExecutionLevel level="requireAdministrator" uiAccess="false" />--> </requestedPrivileges> </security> </trustInfo> |
