Skip to content

Commit 05ab239

Browse files
committed
Case sensitive enums...
1 parent 9bcbcd2 commit 05ab239

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pymanager/appxmanifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@
197197
<com:Extension Category="windows.comServer">
198198
<com:ComServer>
199199
<com:SurrogateServer AppId="C7E29CB0-9691-4DE8-B72B-6719DDC0B4A1" DisplayName="EditInIdleCommand">
200-
<com:Class Id="C7E29CB0-9691-4DE8-B72B-6719DDC0B4A1" Path="pyshellext.dll" ThreadingModel="both"/>
200+
<com:Class Id="C7E29CB0-9691-4DE8-B72B-6719DDC0B4A1" Path="pyshellext.dll" ThreadingModel="Both"/>
201201
</com:SurrogateServer>
202202
</com:ComServer>
203203
</com:Extension>

0 commit comments

Comments
 (0)