summaryrefslogtreecommitdiff
path: root/registry.pl
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2006-02-15 18:44:00 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2006-02-15 18:44:00 +0000
commitcbcb8031529f621c2dc3540d091dfffda2c9b2a1 (patch)
treed42048419997526dffedfea0cad14b1613667e1d /registry.pl
parentcdbb0b7142f7417200618bfb0112a29d851cdac5 (diff)
downloadMPC-cbcb8031529f621c2dc3540d091dfffda2c9b2a1.tar.gz
ChangeLogTag: Wed Feb 15 18:42:30 UTC 2006 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'registry.pl')
-rwxr-xr-xregistry.pl3
1 files changed, 3 insertions, 0 deletions
diff --git a/registry.pl b/registry.pl
index f76e8150..d93ac751 100755
--- a/registry.pl
+++ b/registry.pl
@@ -124,6 +124,8 @@ if (defined $ARGV[0]) {
delete_key('HKEY_CLASSES_ROOT/mwcfile/');
delete_key('HKEY_CLASSES_ROOT/.mpc/');
delete_key('HKEY_CLASSES_ROOT/mpcfile/');
+ delete_key('HKEY_CLASSES_ROOT/.mpb/');
+ delete_key('HKEY_CLASSES_ROOT/mpbfile/');
foreach my $type (keys %types) {
delete_key('HKEY_CLASSES_ROOT/Directory/shell/MPC' . uc($type) . '/');
@@ -143,6 +145,7 @@ $Registry->{'HKEY_CURRENT_USER/Environment/MPC_ROOT'} = [$MPC_ROOT, 'REG_SZ'];
set_ext_icon('mwc', 0);
set_ext_icon('mpc', 1);
+set_ext_icon('mpb', 1);
foreach my $type (keys %types) {
set_mwc_command($type, $types{$type});