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
nerrons
purr-data
Commits
83c6e168
Commit
83c6e168
authored
Nov 08, 2016
by
Jonathan Wilkes
Browse files
Merge branch 'aggraef/purr-data-disable-autotips'
parents
08c304a1
f844ac4f
Changes
1
Hide whitespace changes
Inline
Side-by-side
pd/nw/pd_menus.js
View file @
83c6e168
...
...
@@ -279,10 +279,12 @@ function create_menu(gui, type) {
tooltip
:
l
(
"
menu.finderror_tt
"
)
}));
edit_menu
.
append
(
new
gui
.
MenuItem
({
type
:
"
separator
"
}));
edit_menu
.
append
(
m
.
edit
.
autotips
=
new
gui
.
MenuItem
({
m
.
edit
.
autotips
=
new
gui
.
MenuItem
({
label
:
l
(
"
menu.autotips
"
),
tooltip
:
l
(
"
menu.autotips_tt
"
)
}));
});
// commented out because it doesn't work yet -ag
//edit_menu.append(m.edit.autotips);
edit_menu
.
append
(
m
.
edit
.
editmode
=
new
gui
.
MenuItem
({
type
:
"
checkbox
"
,
label
:
l
(
"
menu.editmode
"
),
...
...
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