
# META NAME Deprecated File>Startup... menu
# META DESCRIPTION A way to phase out said menu item
# META AUTHOR <András Murányi> muranyia@gmail.com

package require Tcl 8.5
package require Tk
package require pdwindow 0.1
package require pd_menus 0.1


.menubar.file entryconfigure [_ "Startup..."] -command "tk_messageBox -message 'This function is deprecated, use [import] instead. If you still want to use this menu item, just remove the Startup...disable-plugin.tcl file from your startup folders' -parent .pdwindow -title 'Deprecated' -type ok"
