Skip to content

Commit 9a619c7

Browse files
committed
WSCDC: ajusto GUID del componete ActiveX
(era igual que padron...)
1 parent 685738c commit 9a619c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

wscdc.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
__author__ = "Mariano Reingart ([email protected])"
1919
__copyright__ = "Copyright (C) 2013-2015 Mariano Reingart"
2020
__license__ = "GPL 3.0"
21-
__version__ = "1.02c"
21+
__version__ = "1.02d"
2222

2323
import sys, os, time
2424
from ConfigParser import SafeConfigParser
@@ -83,7 +83,7 @@ class WSCDC(BaseWS):
8383
]
8484
_readonly_attrs_ = _public_attrs_[3:-1]
8585
_reg_progid_ = "WSCDC"
86-
_reg_clsid_ = "{6206DF5E-3EEF-47E9-A532-CD81EBBAF3AA}"
86+
_reg_clsid_ = "{D1B97BDD-A78C-4D51-8999-1D9A5034EC10}"
8787

8888
# Variables globales para BaseWS:
8989
HOMO = HOMO

0 commit comments

Comments
 (0)