diff options
author | Rene Wagner <rw@handhelds.org> | 2006-05-13 15:42:03 +0200 |
---|---|---|
committer | Rene Wagner <rw@handhelds.org> | 2006-05-13 15:42:03 +0200 |
commit | 5a5346dfbec459c10d9e61e16e125b83975a1ef1 (patch) | |
tree | 342e16f3fe790d03b93294344e6154459888939f /org.handhelds.familiar/packages/puzz-le/puzz-le-2.0.0 |
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e35772d79306d1d9de19c12b23681618532d.
Diffstat (limited to 'org.handhelds.familiar/packages/puzz-le/puzz-le-2.0.0')
-rw-r--r-- | org.handhelds.familiar/packages/puzz-le/puzz-le-2.0.0/gcc3.patch | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/org.handhelds.familiar/packages/puzz-le/puzz-le-2.0.0/gcc3.patch b/org.handhelds.familiar/packages/puzz-le/puzz-le-2.0.0/gcc3.patch new file mode 100644 index 0000000..9435dc5 --- /dev/null +++ b/org.handhelds.familiar/packages/puzz-le/puzz-le-2.0.0/gcc3.patch @@ -0,0 +1,24 @@ + +# +# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher +# + +--- puzzle_arm/OptionsDialog.cpp~gcc3 2002-07-16 04:01:12.000000000 +0200 ++++ puzzle_arm/OptionsDialog.cpp 2004-02-19 21:10:32.000000000 +0100 +@@ -24,14 +24,14 @@ + + int OptionsDialog::sOptions[5]={60,50,40,30,20}; + +-OptionsDialog::OptionsDialog(QString *currLevel,QString *th, bool *se,bool *ar,bool *tl, int *gs, QWidget *parent=0,const char *name=0):QDialog(parent,name,true,WStyle_Customize|WStyle_NoBorderEx ) ++OptionsDialog::OptionsDialog(QString *currLevel,QString *th, bool *se,bool *ar,bool *tlx, int *gs, QWidget *parent,const char *name):QDialog(parent,name,true,WStyle_Customize|WStyle_NoBorderEx ) + { + the=th; + ile=currLevel; + ise=se; + iar=ar; + igs=gs; +- itl=tl; ++ itl=tlx; + + QFont f=font(); + f.setBold(true); |