no message
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23642 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
48748ed497
commit
4891a3d58e
@ -93,7 +93,8 @@ NavEventProc(
|
||||
else if ( inSelector == kNavCBStart )
|
||||
{
|
||||
#if TARGET_CARBON
|
||||
#else
|
||||
// there is no way to set this in the new API
|
||||
#else
|
||||
if ( data->menuitems )
|
||||
NavCustomControl(ioParams->context, kNavCtlSelectCustomType, &(*data->menuitems)[data->currentfilter]);
|
||||
#endif
|
||||
@ -113,9 +114,9 @@ NavEventProc(
|
||||
wxString extension = data->extensions[i].AfterLast('.') ;
|
||||
extension.MakeLower() ;
|
||||
wxString sfilename ;
|
||||
|
||||
|
||||
#if TARGET_CARBON
|
||||
wxMacCFStringHolder cfString = NavDialogGetSaveFileName( ioParams->context ) ;
|
||||
wxMacCFStringHolder cfString( NavDialogGetSaveFileName( ioParams->context ) , false );
|
||||
sfilename = cfString.AsString() ;
|
||||
#else
|
||||
Str255 filename ;
|
||||
|
@ -93,7 +93,8 @@ NavEventProc(
|
||||
else if ( inSelector == kNavCBStart )
|
||||
{
|
||||
#if TARGET_CARBON
|
||||
#else
|
||||
// there is no way to set this in the new API
|
||||
#else
|
||||
if ( data->menuitems )
|
||||
NavCustomControl(ioParams->context, kNavCtlSelectCustomType, &(*data->menuitems)[data->currentfilter]);
|
||||
#endif
|
||||
@ -113,9 +114,9 @@ NavEventProc(
|
||||
wxString extension = data->extensions[i].AfterLast('.') ;
|
||||
extension.MakeLower() ;
|
||||
wxString sfilename ;
|
||||
|
||||
|
||||
#if TARGET_CARBON
|
||||
wxMacCFStringHolder cfString = NavDialogGetSaveFileName( ioParams->context ) ;
|
||||
wxMacCFStringHolder cfString( NavDialogGetSaveFileName( ioParams->context ) , false );
|
||||
sfilename = cfString.AsString() ;
|
||||
#else
|
||||
Str255 filename ;
|
||||
|
Loading…
Reference in New Issue
Block a user