#12274: use proper escaping for % in IDLE config.

This commit is contained in:
Łukasz Langa 2011-06-07 15:19:44 +02:00
parent 62ec61fb6a
commit 41c1910bb3
1 changed files with 2 additions and 2 deletions

View File

@ -46,8 +46,8 @@
[General]
editor-on-startup= 0
autosave= 0
print-command-posix=lpr %s
print-command-win=start /min notepad /p %s
print-command-posix=lpr %%s
print-command-win=start /min notepad /p %%s
delete-exitfunc= 1
[EditorWindow]