Revision: 10732 http://pure-data.svn.sourceforge.net/pure-data/?rev=10732&view=rev Author: eighthave Date: 2009-02-04 06:04:04 +0000 (Wed, 04 Feb 2009)
Log Message: ----------- updated find proc name to the new one from the find_panel package
Modified Paths: -------------- branches/pd-devel/0.41.4/src/pd_menus.tcl
Modified: branches/pd-devel/0.41.4/src/pd_menus.tcl =================================================================== --- branches/pd-devel/0.41.4/src/pd_menus.tcl 2009-02-04 06:01:57 UTC (rev 10731) +++ branches/pd-devel/0.41.4/src/pd_menus.tcl 2009-02-04 06:04:04 UTC (rev 10732) @@ -180,7 +180,7 @@ proc ::pd_menus::build_find_menu {mymenu mytoplevel} { variable accelerator $mymenu add command -label [_ "Find..."] -accelerator "$accelerator+F" \ - -command "menu_find_panel $mytoplevel" + -command "::find_panel::menu_find_panel $mytoplevel" $mymenu add command -label [_ "Find Again"] -accelerator "$accelerator+G" \ -command "pdsend "$mytoplevel findagain"" $mymenu add command -label [_ "Find Last Error"] \
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.