updated helper for changing types/creators of files based on the file extension
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11586 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
File diff suppressed because it is too large
Load Diff
2637
docs/mac/SetTypeFromExtension.sea.hqx
Executable file
2637
docs/mac/SetTypeFromExtension.sea.hqx
Executable file
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -46,7 +46,7 @@ tipdlg.cpp line 201 #include "wx/generic/tip.xpm"
|
||||
|
||||
then your cvs has changed the type of the .xpm files to something other than text, in order to fix this
|
||||
either change the type by using a resource editor or drag the files from /include/wx/generic/..xpm on
|
||||
the MakeMetrowerksText application that is included in this folder
|
||||
the SetTypeFromExtension application that is included in this folder
|
||||
|
||||
Missing PLStringFuncsLib
|
||||
------------------------
|
||||
|
@@ -1,22 +1,5 @@
|
||||
in the carbon targets the following items are still missing
|
||||
|
||||
- printing support
|
||||
- navigation services support
|
||||
|
||||
Bugs/Defects (GD)
|
||||
-----------------
|
||||
* Correct listbox creation which is causing the following error message
|
||||
under Mac OS X:
|
||||
|
||||
./Controls/Source/ControlAllocation.cp:755: failed assertion `theErr == noErr'
|
||||
Abort
|
||||
|
||||
This is due to the constant kwxMacListWithVerticalScrollbar at line 40 of
|
||||
src/mac/listbox.cpp because the custom control definition has not been loaded
|
||||
and is not present in memory, see:
|
||||
|
||||
http://developer.apple.com/technotes/tn/tn2003.html#CustomCode
|
||||
|
||||
* Implement toggle buttons missing under Mac OS & Mac OS X
|
||||
|
||||
* Correct smart processing errors that provoke the following error:
|
||||
|
Reference in New Issue
Block a user