Commit bb9eb5f
Don't hardcode English file-type names in registry (fixes #3323)
The installer wrote a hardcoded English friendly name (e.g. "PDF File") into
each progID's (Default) value, which overrides the localized type name Windows
generates -- so non-English systems showed English names in Explorer's "Type"
column. Delete that value instead, letting Windows fall back to the localized
name. Deleting (rather than just not writing) also clears the stale English
value left by previous versions on upgrade.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 4831e1f commit bb9eb5f
2 files changed
Lines changed: 7 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
186 | 186 | | |
187 | 187 | | |
188 | 188 | | |
189 | | - | |
190 | | - | |
191 | | - | |
192 | | - | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
193 | 195 | | |
194 | 196 | | |
195 | 197 | | |
| |||
0 commit comments