Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Dn-FamiTracker.reg #36

Merged
merged 1 commit into from
Feb 28, 2021
Merged

Update Dn-FamiTracker.reg #36

merged 1 commit into from
Feb 28, 2021

Conversation

Raphaelo24
Copy link
Contributor

Fixed a few lines that caused the file extensions to not associate properly. Added a few lines for file extensions.

Fixed a few lines that caused the file extensions to not associate properly. Added a few lines for file extensions.
@@ -4,13 +4,18 @@ REGEDIT
; registered in your InitInstance automatically with a call to
; CWinApp::RegisterShellFileTypes and COleObjectFactory::UpdateRegistryAll.

HKEY_CLASSES_ROOT\.0cc = "0CC-FamiTracker Module"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I changed a portion of this line because the (Default)'string value for the file extension must correspond with the file type entry (key) in order for the file association to be successful. It should work fine now.

HKEY_CLASSES_ROOT\0CCFamiTracker.Document\shell\open\command = 0CC-FamiTracker.EXE %1
HKEY_CLASSES_ROOT\0CCFamiTracker.Document\shell\open\ddeexec = [open("%1")]
HKEY_CLASSES_ROOT\0CCFamiTracker.Document\shell\open\ddeexec\application = 0CC-FamiTracker
; note: the application is optional
; (it defaults to the app name in "command")
HKEY_CLASSES_ROOT\0CCFamiTracker.Document = 0CC-FamiTracker Module

HKEY_CLASSES_ROOT\.0ci = "0CC-FamiTracker Instrument"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changed for the same purpose as for line 7.

@Gumball2415 Gumball2415 merged commit c67864f into Dn-Programming-Core-Management:master Feb 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants