Update files to prepare iPoker

This commit is contained in:
Worros 2010-09-06 11:21:22 +08:00
parent 21043d5445
commit 2e99fc38bc
2 changed files with 2 additions and 0 deletions

View File

@ -1443,6 +1443,7 @@ class Database:
c.execute("INSERT INTO Sites (name,code) VALUES ('Partouche', 'PA')")
c.execute("INSERT INTO Sites (name,code) VALUES ('Carbon', 'CA')")
c.execute("INSERT INTO Sites (name,code) VALUES ('PKR', 'PK')")
c.execute("INSERT INTO Sites (name,code) VALUES ('iPoker', 'IP')")
#end def fillDefaultData
def rebuild_indexes(self, start=None):

View File

@ -702,6 +702,7 @@ Left-Drag to Move"
<hhc site="Carbon" converter="CarbonToFpdb"/>
<hhc site="OnGame" converter="OnGameToFpdb"/>
<hhc site="PKR" converter="PkrToFpdb"/>
<hhc site="iPoker" converter="iPokerToFpdb"/>
</hhcs>
<raw_hands save="none" compression="none"/>