Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
9a88dda1
Commit
9a88dda1
authored
Oct 21, 2003
by
hartman
Browse files
Fixed dropdown lists. they were returning descriptions on a SaveAll instead of config options.
parent
b91de5ff
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/gui/wxwindows/preferences_widgets.cpp
View file @
9a88dda1
...
...
@@ -2,7 +2,7 @@
* preferences_widgets.cpp : wxWindows plugin for vlc
*****************************************************************************
* Copyright (C) 2000-2001 VideoLAN
* $Id: preferences_widgets.cpp,v 1.
4
2003/10/2
0
12:
25:22 gbazi
n Exp $
* $Id: preferences_widgets.cpp,v 1.
5
2003/10/2
1
12:
30:40 hartma
n Exp $
*
* Authors: Gildas Bazin <gbazin@netcourrier.com>
* Sigmund Augdal <sigmunau@idi.ntnu.no>
...
...
@@ -244,7 +244,7 @@ ModuleConfigControl::~ModuleConfigControl()
wxString
ModuleConfigControl
::
GetPszValue
()
{
return
combo
->
Get
String
Selection
();
return
wxU
(
(
char
*
)
combo
->
GetClientData
(
combo
->
GetSelection
()
))
;
}
/*****************************************************************************
...
...
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