Home
last modified time | relevance | path

Searched refs:registry_hkcr (Results 1 – 2 of 2) sorted by relevance

/dports/games/hedgewars/hedgewars-src-1.0.0/QTfrontend/
H A Dhwform.cpp2347 QSettings registry_hkcr("HKEY_CLASSES_ROOT", QSettings::NativeFormat); in AssociateFiles() local
2350 registry_hkcr.setValue(".hwd/Default", "Hedgewars.Demo"); in AssociateFiles()
2351 registry_hkcr.setValue(".hws/Default", "Hedgewars.Save"); in AssociateFiles()
2352 registry_hkcr.setValue("Hedgewars.Demo/Default", tr("Hedgewars Demo File", "File Types")); in AssociateFiles()
2353 registry_hkcr.setValue("Hedgewars.Save/Default", tr("Hedgewars Save File", "File Types")); in AssociateFiles()
2354registry_hkcr.setValue("Hedgewars.Demo/DefaultIcon/Default", "\"" + bindir->absolutePath().replace… in AssociateFiles()
2355registry_hkcr.setValue("Hedgewars.Save/DefaultIcon/Default", "\"" + bindir->absolutePath().replace… in AssociateFiles()
2360 registry_hkcr.setValue("hwplay/Default", "\"URL:Hedgewars ServerAccess Scheme\""); in AssociateFiles()
2361 registry_hkcr.setValue("hwplay/URL Protocol", ""); in AssociateFiles()
2362registry_hkcr.setValue("hwplay/DefaultIcon/Default", "\"" + bindir->absolutePath().replace("/", "\… in AssociateFiles()
[all …]
/dports/games/hedgewars-server/hedgewars-src-1.0.0/QTfrontend/
H A Dhwform.cpp2347 QSettings registry_hkcr("HKEY_CLASSES_ROOT", QSettings::NativeFormat); in AssociateFiles() local
2350 registry_hkcr.setValue(".hwd/Default", "Hedgewars.Demo"); in AssociateFiles()
2351 registry_hkcr.setValue(".hws/Default", "Hedgewars.Save"); in AssociateFiles()
2352 registry_hkcr.setValue("Hedgewars.Demo/Default", tr("Hedgewars Demo File", "File Types")); in AssociateFiles()
2353 registry_hkcr.setValue("Hedgewars.Save/Default", tr("Hedgewars Save File", "File Types")); in AssociateFiles()
2354registry_hkcr.setValue("Hedgewars.Demo/DefaultIcon/Default", "\"" + bindir->absolutePath().replace… in AssociateFiles()
2355registry_hkcr.setValue("Hedgewars.Save/DefaultIcon/Default", "\"" + bindir->absolutePath().replace… in AssociateFiles()
2360 registry_hkcr.setValue("hwplay/Default", "\"URL:Hedgewars ServerAccess Scheme\""); in AssociateFiles()
2361 registry_hkcr.setValue("hwplay/URL Protocol", ""); in AssociateFiles()
2362registry_hkcr.setValue("hwplay/DefaultIcon/Default", "\"" + bindir->absolutePath().replace("/", "\… in AssociateFiles()
[all …]