[Plib-cvs] plib/examples/src/pui widget_list.cxx,1.11,1.12
Brought to you by:
sjbaker
From: Wolfram K. <wol...@us...> - 2002-08-30 18:53:37
|
Update of /cvsroot/plib/plib/examples/src/pui In directory usw-pr-cvs1:/tmp/cvs-serv16715 Modified Files: widget_list.cxx Log Message: removing typo in path. Index: widget_list.cxx =================================================================== RCS file: /cvsroot/plib/plib/examples/src/pui/widget_list.cxx,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- widget_list.cxx 15 Aug 2002 00:35:36 -0000 1.11 +++ widget_list.cxx 30 Aug 2002 18:52:09 -0000 1.12 @@ -192,7 +192,7 @@ #endif tim = new fntTexFont ; - tim -> load ( "../fnt/data/old/old/times_bold.txf" ) ; + tim -> load ( "../fnt/data/old/times_bold.txf" ) ; puFont times_medium ( tim, 12 ) ; puSetDefaultFonts ( times_medium, times_medium ) ; puSetDefaultStyle ( PUSTYLE_SMALL_SHADED ) ; @@ -213,7 +213,7 @@ glutPassiveMotionFunc ( motionfn ) ; #endif - tim -> load ( "../fnt/data/old/old/times_bold.txf" ) ; + tim -> load ( "../fnt/data/old/times_bold.txf" ) ; char *button_box_entries [] = { "First Entry", "Second Entry", "Third Entry", NULL } ; button_box = new puButtonBox ( 10, 10, 130, 80, button_box_entries, TRUE ) ; |