git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ec7523
)
Typo.
author
Jean-Baptiste Kempf
<jb@videolan.org>
Wed, 1 Oct 2008 03:16:16 +0000
(20:16 -0700)
committer
Jean-Baptiste Kempf
<jb@videolan.org>
Wed, 1 Oct 2008 03:16:16 +0000
(20:16 -0700)
modules/gui/qt4/components/open_panels.cpp
patch
|
blob
|
history
diff --git
a/modules/gui/qt4/components/open_panels.cpp
b/modules/gui/qt4/components/open_panels.cpp
index
4050973
..
804b8ad
100644
(file)
--- a/
modules/gui/qt4/components/open_panels.cpp
+++ b/
modules/gui/qt4/components/open_panels.cpp
@@
-235,7
+235,7
@@
DiscOpenPanel::DiscOpenPanel( QWidget *_parent, intf_thread_t *_p_intf ) :
ui.browseDiscButton->setToolTip( qtr( I_DEVICE_TOOLTIP ));
ui.deviceCombo->setToolTip( I_DEVICE_TOOLTIP );
-#if WIN32 /* Disc drives probing for Windows */
+#if
def
WIN32 /* Disc drives probing for Windows */
char szDrives[512];
szDrives[0] = '\0';
if( GetLogicalDriveStringsA( sizeof( szDrives ) - 1, szDrives ) )