Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-gpu
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
Show 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 @@
...
@@ -33,7 +33,7 @@
#include <QFrame>
#include <QFrame>
#include <QString>
#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_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"
#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",
...
@@ -104,7 +104,7 @@ static const QString nameL[BUTTON_MAX] = { "Play", "Stop", "Open",
"Frame By Frame"
,
"Trickplay Reverse"
,
"Step backward"
,
"Step forward"
,
"Frame By Frame"
,
"Trickplay Reverse"
,
"Step backward"
,
"Step forward"
,
"Quit"
};
"Quit"
};
static
const
QString
tooltipL
[
BUTTON_MAX
]
=
{
I_PLAY_TOOLTIP
,
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"
),
_
(
"Previous media in the playlist"
),
_
(
"Next media in the playlist"
),
_
(
"Slower"
),
_
(
"Faster"
),
_
(
"Next media in the playlist"
),
_
(
"Slower"
),
_
(
"Faster"
),
_
(
"Toggle the video in fullscreen"
),
_
(
"Toggle the video out fullscreen"
),
_
(
"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,
...
@@ -87,7 +87,7 @@ OpenDialog::OpenDialog( QWidget *parent,
/* Basic Creation of the Window */
/* Basic Creation of the Window */
ui
.
setupUi
(
this
);
ui
.
setupUi
(
this
);
setWindowTitle
(
qtr
(
"Open
a
Media"
)
);
setWindowTitle
(
qtr
(
"Open Media"
)
);
/* Tab definition and creation */
/* Tab definition and creation */
fileOpenPanel
=
new
FileOpenPanel
(
this
,
p_intf
);
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