projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fixed off by one error in wxXPMDecoder::ReadFile
[wxWidgets.git]
/
wxPython
/
distrib
/
makedemo
diff --git
a/wxPython/distrib/makedemo
b/wxPython/distrib/makedemo
index 20b316365138343634c9cf9cd857ddc481e6a829..3a41a18a566ee31792f2ae05c5e68ab7781f09a1 100755
(executable)
--- a/
wxPython/distrib/makedemo
+++ b/
wxPython/distrib/makedemo
@@
-15,6
+15,7
@@
mkdir _distrib_tgz
mkdir _distrib_tgz/wxPython-$1
cp -R demo _distrib_tgz/wxPython-$1
+cp -R samples _distrib_tgz/wxPython-$1
# do some cleanup
rm -rf `find _distrib_tgz/wxPython-$1 -name CVS`