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
GSoC
GSoC2018
macOS
vlc
Commits
dcab0607
Commit
dcab0607
authored
Dec 30, 2003
by
zorglub
Browse files
Fix browse feature
parent
c17dee7d
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/gui/wxwindows/preferences_widgets.cpp
View file @
dcab0607
...
...
@@ -2,7 +2,7 @@
* preferences_widgets.cpp : wxWindows plugin for vlc
*****************************************************************************
* Copyright (C) 2000-2001 VideoLAN
* $Id: preferences_widgets.cpp,v 1.1
8
2003/12/
22 15:42:44 gbazin
Exp $
* $Id: preferences_widgets.cpp,v 1.1
9
2003/12/
30 18:29:26 zorglub
Exp $
*
* Authors: Gildas Bazin <gbazin@netcourrier.com>
* Sigmund Augdal <sigmunau@idi.ntnu.no>
...
...
@@ -523,6 +523,10 @@ void FileConfigControl::OnBrowse( wxCommandEvent& event )
wxOPEN
|
wxSAVE
#endif
);
if
(
dialog
.
ShowModal
()
==
wxID_OK
)
{
textctrl
->
SetValue
(
dialog
.
GetPath
()
);
}
}
}
...
...
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