mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 12:19:49 +00:00
.txt files are handled by notepad.
This commit is contained in:
parent
ba02ae412e
commit
97f6f600c7
1 changed files with 15 additions and 0 deletions
|
@ -2838,3 +2838,18 @@
|
||||||
"LongDistanceRule"=" 8WFG"
|
"LongDistanceRule"=" 8WFG"
|
||||||
"Name"="Uzbekistan"
|
"Name"="Uzbekistan"
|
||||||
"SameAreaRule"="G"
|
"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"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue