Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
David MacDonald
purr-data
Commits
cd94a2d8
Commit
cd94a2d8
authored
Nov 06, 2017
by
Jonathan Wilkes
Browse files
normalize file name for "pd init" message so enquote doesn't mangle it
parent
332cb289
Changes
1
Hide whitespace changes
Inline
Side-by-side
pd/nw/pdgui.js
View file @
cd94a2d8
...
...
@@ -1194,7 +1194,8 @@ function gui_startup(version, fontname_from_pd, fontweight_from_pd,
// } else {
// set oldtclversion 0
// }
pdsend
(
"
pd init
"
,
enquote
(
pwd
),
"
0
"
,
font_fixed_metrics
);
pdsend
(
"
pd init
"
,
enquote
(
defunkify_windows_path
(
pwd
)),
"
0
"
,
font_fixed_metrics
);
// # add the audio and help menus to the Pd window. We delayed this
// # so that we'd know the value of "apilist".
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment