Commit 97f6f600 authored by Dan Kegel's avatar Dan Kegel Committed by Alexandre Julliard

.txt files are handled by notepad.

parent ba02ae41
......@@ -2838,3 +2838,18 @@
"LongDistanceRule"=" 8WFG"
"Name"="Uzbekistan"
"SameAreaRule"="G"
#
# Entries to get ShellExecute to map .txt files to notepad
#
[HKEY_CLASSES_ROOT\.txt]
@="txtfile"
"Content Type"="text/plain"
[HKEY_CLASSES_ROOT\txtfile\shell\open\command]
@="C:\\WINDOWS\\NOTEPAD.EXE %1"
[HKEY_CLASSES_ROOT\txtfile\shell\print\command]
@="C:\\WINDOWS\\NOTEPAD.EXE /p %1"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment