Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Steve Lhomme
VLC
Commits
0571ef72
Commit
0571ef72
authored
Mar 15, 2009
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Qt: don't use "Open a Media"
parent
c54715a1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
modules/gui/qt4/components/controller.hpp
modules/gui/qt4/components/controller.hpp
+2
-2
modules/gui/qt4/dialogs/open.cpp
modules/gui/qt4/dialogs/open.cpp
+1
-1
No files found.
modules/gui/qt4/components/controller.hpp
View file @
0571ef72
...
...
@@ -33,7 +33,7 @@
#include <QFrame>
#include <QString>
#define I_PLAY_TOOLTIP N_("Play\nIf the playlist is empty, open a medi
a
")
#define I_PLAY_TOOLTIP N_("Play\nIf the playlist is empty, open a medi
um
")
#define MAIN_TB1_DEFAULT "64;39;64;38;65"
#define MAIN_TB2_DEFAULT "0-2;64;3;1;4;64;7;10;9;64-4;37;65;35-4"
...
...
@@ -104,7 +104,7 @@ static const QString nameL[BUTTON_MAX] = { "Play", "Stop", "Open",
"Frame By Frame"
,
"Trickplay Reverse"
,
"Step backward"
,
"Step forward"
,
"Quit"
};
static
const
QString
tooltipL
[
BUTTON_MAX
]
=
{
I_PLAY_TOOLTIP
,
_
(
"Stop playback"
),
_
(
"Open a medi
a
"
),
_
(
"Stop playback"
),
_
(
"Open a medi
um
"
),
_
(
"Previous media in the playlist"
),
_
(
"Next media in the playlist"
),
_
(
"Slower"
),
_
(
"Faster"
),
_
(
"Toggle the video in fullscreen"
),
_
(
"Toggle the video out fullscreen"
),
...
...
modules/gui/qt4/dialogs/open.cpp
View file @
0571ef72
...
...
@@ -87,7 +87,7 @@ OpenDialog::OpenDialog( QWidget *parent,
/* Basic Creation of the Window */
ui
.
setupUi
(
this
);
setWindowTitle
(
qtr
(
"Open
a
Media"
)
);
setWindowTitle
(
qtr
(
"Open Media"
)
);
/* Tab definition and creation */
fileOpenPanel
=
new
FileOpenPanel
(
this
,
p_intf
);
...
...
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