Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
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
Commits
dd74f7d1
Commit
dd74f7d1
authored
Aug 05, 2005
by
Felix Paul Kühne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* fixed minor stuff
parent
cda8bbdb
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
7 deletions
+7
-7
modules/gui/macosx/wizard.m
modules/gui/macosx/wizard.m
+3
-3
modules/gui/wxwidgets/extrapanel.cpp
modules/gui/wxwidgets/extrapanel.cpp
+2
-2
po/de.po
po/de.po
+2
-2
No files found.
modules/gui/macosx/wizard.m
View file @
dd74f7d1
...
...
@@ -23,8 +23,8 @@
/*****************************************************************************
* Note: this code is partially based upon ../wxwi
ndow
s/wizard.cpp and
* ../wxwi
ndow
s/streamdata.h; both written by Clment Stenac.
* Note: this code is partially based upon ../wxwi
dget
s/wizard.cpp and
* ../wxwi
dget
s/streamdata.h; both written by Clment Stenac.
*****************************************************************************/
...
...
@@ -338,7 +338,7 @@ static VLCWizard *_o_sharedInstance = nil;
-
(
void
)
initStrings
{
/* localise all strings to the users lang */
/* method is called from intf.m (in method
open
Wizard) */
/* method is called from intf.m (in method
show
Wizard) */
/* general items */
[
o_btn_backward
setTitle
:
_NS
(
"Back"
)];
...
...
modules/gui/wxwidgets/extrapanel.cpp
View file @
dd74f7d1
...
...
@@ -299,7 +299,7 @@ wxPanel *ExtraPanel::VideoPanel( wxWindow *parent )
#endif
wxStaticBox
*
filter_box
=
new
wxStaticBox
(
panel
,
-
1
,
wxU
(
_
(
"Video
F
ilters"
))
);
new
wxStaticBox
(
panel
,
-
1
,
wxU
(
_
(
"Video
f
ilters"
))
);
wxStaticBoxSizer
*
filter_sizer
=
new
wxStaticBoxSizer
(
filter_box
,
wxHORIZONTAL
);
...
...
@@ -1005,7 +1005,7 @@ void ExtraPanel::OnFiltersInfo(wxCommandEvent& event)
"You can then configure each filter.
\n
"
"If you want fine control over the filters ( to choose "
"the order in which they are applied ), you need to enter "
"manually a filters string (Preferences /
General / Video
)."
"manually a filters string (Preferences /
Video / Filters
)."
)
),
wxU
(
_
(
"More information"
)
),
wxOK
|
wxICON_INFORMATION
,
this
->
p_parent
);
...
...
po/de.po
View file @
dd74f7d1
...
...
@@ -10253,7 +10253,7 @@ msgstr "Steuerung"
#: modules/gui/macosx/intf.m:532 modules/gui/wxwidgets/extrapanel.cpp:1213
msgid "Extended controls"
msgstr "Erweiterte
Kontrollen
"
msgstr "Erweiterte
Steuerung
"
#: modules/gui/macosx/intf.m:534 modules/gui/macosx/intf.m:561
#: modules/gui/macosx/playlistinfo.m:202
...
...
@@ -11904,7 +11904,7 @@ msgstr "Bild justieren"
#: modules/gui/wxwidgets/extrapanel.cpp:223
#: modules/gui/wxwidgets/extrapanel.cpp:483
msgid "Restore Defaults"
msgstr "Standard
s wiederherstellen
"
msgstr "Standard
werte
"
#: modules/gui/wxwidgets/extrapanel.cpp:241
msgid "Saturation"
...
...
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