Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
0b685caf
Commit
0b685caf
authored
Aug 18, 2009
by
jpd
Browse files
Qt4: use translations in Add Node dialog
parent
ed388490
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/gui/qt4/components/playlist/playlist_model.cpp
View file @
0b685caf
...
...
@@ -1123,7 +1123,7 @@ void PLModel::popupAddNode()
{
bool
ok
;
QString
name
=
QInputDialog
::
getText
(
PlaylistDialog
::
getInstance
(
p_intf
),
QString
(
"Add node"
),
QString
(
"Enter name for new node"
),
qtr
(
I_POP_ADD
),
qtr
(
"Enter name for new node
:
"
),
QLineEdit
::
Normal
,
QString
(),
&
ok
);
if
(
!
ok
||
name
.
isEmpty
()
)
return
;
PL_LOCK
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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