wxGenericDirDialog related corrections for wxMac
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13453 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -72,7 +72,7 @@ choicdgg.cpp Generic
|
|||||||
colrdlgg.cpp Generic Generic
|
colrdlgg.cpp Generic Generic
|
||||||
dcpsg.cpp Generic
|
dcpsg.cpp Generic
|
||||||
dirctrlg.cpp Generic
|
dirctrlg.cpp Generic
|
||||||
dirdlgg.cpp Generic NotWin32,NotOS2,NotMac
|
dirdlgg.cpp Generic NotWin32,NotOS2
|
||||||
dragimgg.cpp Generic NotOS2
|
dragimgg.cpp Generic NotOS2
|
||||||
fdrepdlg.cpp Generic NotMSW
|
fdrepdlg.cpp Generic NotMSW
|
||||||
filedlgg.cpp Generic NotMSW,NotX,NotOS2,NotMac
|
filedlgg.cpp Generic NotMSW,NotX,NotOS2,NotMac
|
||||||
|
@@ -56,7 +56,7 @@ bool wxDir::HasFiles(const wxString& spec)
|
|||||||
}
|
}
|
||||||
|
|
||||||
// we have a (much) faster version for Unix
|
// we have a (much) faster version for Unix
|
||||||
#ifndef __UNIX_LIKE__
|
#if !defined(__UNIX_LIKE__) || defined(__WXMAC__)
|
||||||
|
|
||||||
bool wxDir::HasSubDirs(const wxString& spec)
|
bool wxDir::HasSubDirs(const wxString& spec)
|
||||||
{
|
{
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
# This file was automatically generated by tmake at 22:59, 2002/01/01
|
# This file was automatically generated by tmake at 22:53, 2002/01/08
|
||||||
# DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE MAC.T!
|
# DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE MAC.T!
|
||||||
ALL_SOURCES = \
|
ALL_SOURCES = \
|
||||||
generic/busyinfo.cpp \
|
generic/busyinfo.cpp \
|
||||||
@@ -8,6 +8,7 @@ ALL_SOURCES = \
|
|||||||
generic/colrdlgg.cpp \
|
generic/colrdlgg.cpp \
|
||||||
generic/dcpsg.cpp \
|
generic/dcpsg.cpp \
|
||||||
generic/dirctrlg.cpp \
|
generic/dirctrlg.cpp \
|
||||||
|
generic/dirdlgg.cpp \
|
||||||
generic/dragimgg.cpp \
|
generic/dragimgg.cpp \
|
||||||
generic/fdrepdlg.cpp \
|
generic/fdrepdlg.cpp \
|
||||||
generic/fontdlgg.cpp \
|
generic/fontdlgg.cpp \
|
||||||
@@ -768,6 +769,7 @@ GENERICOBJS = \
|
|||||||
colrdlgg.o \
|
colrdlgg.o \
|
||||||
dcpsg.o \
|
dcpsg.o \
|
||||||
dirctrlg.o \
|
dirctrlg.o \
|
||||||
|
dirdlgg.o \
|
||||||
dragimgg.o \
|
dragimgg.o \
|
||||||
fdrepdlg.o \
|
fdrepdlg.o \
|
||||||
fontdlgg.o \
|
fontdlgg.o \
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
# This file was automatically generated by tmake at 22:59, 2002/01/01
|
# This file was automatically generated by tmake at 22:53, 2002/01/08
|
||||||
# DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE MAC.T!
|
# DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE MAC.T!
|
||||||
ALL_SOURCES = \
|
ALL_SOURCES = \
|
||||||
generic/busyinfo.cpp \
|
generic/busyinfo.cpp \
|
||||||
@@ -8,6 +8,7 @@ ALL_SOURCES = \
|
|||||||
generic/colrdlgg.cpp \
|
generic/colrdlgg.cpp \
|
||||||
generic/dcpsg.cpp \
|
generic/dcpsg.cpp \
|
||||||
generic/dirctrlg.cpp \
|
generic/dirctrlg.cpp \
|
||||||
|
generic/dirdlgg.cpp \
|
||||||
generic/dragimgg.cpp \
|
generic/dragimgg.cpp \
|
||||||
generic/fdrepdlg.cpp \
|
generic/fdrepdlg.cpp \
|
||||||
generic/fontdlgg.cpp \
|
generic/fontdlgg.cpp \
|
||||||
@@ -768,6 +769,7 @@ GENERICOBJS = \
|
|||||||
colrdlgg.o \
|
colrdlgg.o \
|
||||||
dcpsg.o \
|
dcpsg.o \
|
||||||
dirctrlg.o \
|
dirctrlg.o \
|
||||||
|
dirdlgg.o \
|
||||||
dragimgg.o \
|
dragimgg.o \
|
||||||
fdrepdlg.o \
|
fdrepdlg.o \
|
||||||
fontdlgg.o \
|
fontdlgg.o \
|
||||||
|
Reference in New Issue
Block a user