|
From: creedon <icr...@us...> - 2005-10-02 20:58:00
|
Update of /cvsroot/frontierkernel/odbs/frontierRoot/suites/DuckTape/menuCommands In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14691 Modified Files: Tag: commercial_suite_project-branch loadOsax Log Message: changed adrDictionaryTable to adrTerminologyTable Index: loadOsax =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/suites/DuckTape/menuCommands/Attic/loadOsax,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -C2 -d -r1.1.2.1 -r1.1.2.2 *** loadOsax 16 Sep 2005 02:43:57 -0000 1.1.2.1 --- loadOsax 30 Sep 2005 21:18:29 -0000 1.1.2.2 *************** *** 1,3 **** FrontierVcsFile:1:scpt:suites.DuckTape.menuCommands.loadOsax ! ÇChanges Ç9/5/05; 5:55:54 PM by TAC Çcreated local (adrDictionaryTable, osaxPath); if DuckTape.initializeNewGlueTable (@osaxPath, @adrDictionaryTable, @system.extensions, {'osax'}, getFileDialogPrompt: "Select the OSAX from which to create a system.extensions table item...", newDictionaryNamePrompt: "New system.extensions table item name:", replaceDictionaryPrompt: "A system.extensions table item with the name of \"[[dictionaryname]]\" already exists. Are you sure you want to replace it?") { window.about (); msg ("DuckTape: "); DuckTape.parseAete (osaxPath, adrDictionaryTable)} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:scpt:suites.DuckTape.menuCommands.loadOsax ! ÇChanges Ç9/5/05; 5:55:54 PM by TAC Çcreated local (adrTerminologyTable, osaxPath); if DuckTape.initializeNewTerminologyTable (@osaxPath, @adrTerminologyTable, @system.extensions, {'osax'}, getFileDialogPrompt: "Select the osax from which to create a system.extensions table item...", newTerminologyNamePrompt: "New system.extensions table item name:", replaceTerminologyPrompt: "A system.extensions table item with the name of \"[[terminologyname]]\" already exists. Are you sure you want to replace it?") { window.about (); msg ("DuckTape: "); DuckTape.parseAete (osaxPath, adrTerminologyTable)} \ No newline at end of file |