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
3c30dccf
Commit
3c30dccf
authored
Mar 15, 2004
by
gbazin
Browse files
* modules/gui/wxwindows/preferences_widgets.cpp: compilation fix.
parent
4cf8c490
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/gui/wxwindows/preferences_widgets.cpp
View file @
3c30dccf
...
...
@@ -173,7 +173,7 @@ KeyConfigControl::KeyConfigControl( vlc_object_t *p_this,
m_keysList
=
new
wxString
[
i_keys
];
for
(
unsigned
int
i
=
0
;
i
<
i_keys
;
i
++
)
{
m_keysList
[
i
]
=
wx
T
(
vlc_keys
[
i
].
psz_key_string
);
m_keysList
[
i
]
=
wx
U
(
vlc_keys
[
i
].
psz_key_string
);
}
}
...
...
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