@@ -7469,7 +7469,7 @@ def _makemenu(): # routine to create menu when first used
74697469
74707470 # Phase / Atoms tab
74717471 G2G .Define_wxId ('wxID_ATOMSEDITADD' , 'wxID_ATOMSEDITINSERT' , 'wxID_ATOMSEDITDELETE' ,
7472- 'wxID_ATOMSMODIFY' , 'wxID_ATOMSTRANSFORM' , 'wxID_ATOMSVIEWADD' , 'wxID_ATOMVIEWINSERT' ,
7472+ 'wxID_ATOMSMODIFY' , 'wxID_ATOMSTRANSFORM' , 'wxID_ATOMSVIEWADD' , # 'wxID_ATOMVIEWINSERT',
74737473 'wxID_RELOADDRAWATOMS' , 'wxID_ATOMSDISAGL' , 'wxID_ATOMMOVE' , 'wxID_MAKEMOLECULE' ,
74747474 'wxID_ATOMSPDISAGL' , 'wxID_ISODISP' , 'wxID_ADDHATOM' , 'wxID_UPDATEHATOM' ,'wxID_ATOMSCLEARHIST' ,
74757475 'wxID_ATOMSROTATE' , 'wxID_ATOMSDENSITY' ,'wxID_ATOMSBNDANGLHIST' ,'wxID_ATOMSSAVEHIST' ,
@@ -7486,18 +7486,18 @@ def _makemenu(): # routine to create menu when first used
74867486 self .AtomEdit .AppendSubMenu (submenu ,'On selected atoms...' ,'Set/Act on selected atoms' )
74877487 submenu .Append (G2G .wxID_ATOMSSETSEL ,'Refine selected' ,'Set refinement flags for selected atoms' )
74887488 submenu .Append (G2G .wxID_ATOMSMODIFY ,'Modify parameters' ,'Modify parameters values for all selected atoms' )
7489- submenu .Append (G2G .wxID_ATOMSSETVP ,'Set viewpoint ' ,'Set the viewpoint to be position of 1st selected atom' )
7490- submenu .Append (G2G .wxID_ATOMMOVE ,'Move atom to view point' ,'Move a single atom to viewpoint in plot' )
7489+ submenu .Append (G2G .wxID_ATOMSSETVP ,'Set view point ' ,'Set the view point to be position of 1st selected atom' )
7490+ submenu .Append (G2G .wxID_ATOMMOVE ,'Move atom to view point' ,'Move a single atom to view point in plot' )
74917491 submenu .Append (G2G .wxID_ATOMSEDITINSERT ,'Insert atom' ,'Inserts an H atom before all selected atoms' )
7492- submenu .Append (G2G .wxID_ATOMVIEWINSERT ,'Insert viewpoint ' ,'Select atom row to insert before; inserted as an H atom' )
7492+ # submenu.Append(G2G.wxID_ATOMVIEWINSERT,'Insert view point ','Select atom row to insert before; inserted as an H atom')
74937493 submenu .Append (G2G .wxID_ADDHATOM ,'Calc H atoms' ,'Insert H atoms in expected bonding positions for selected atoms' )
74947494 submenu .Append (G2G .wxID_ATOMSEDITDELETE ,'Delete atom' ,'Delete selected atoms' )
74957495 submenu .Append (G2G .wxID_ATOMSTRANSFORM ,'Transform atoms' ,'Symmetry transform selected atoms' )
74967496 submenu .Append (G2G .wxID_ATOMSSETALL ,'Select All' ,'Select all atoms' )
74977497 submenu .Append (G2G .wxID_ATOMSSETLST ,'Select from list' ,'Select atoms from a filtered listbox' )
74987498
74997499 self .AtomEdit .Append (G2G .wxID_ATOMSEDITADD ,'Append atom' ,'Appended as an H atom' )
7500- self .AtomEdit .Append (G2G .wxID_ATOMSVIEWADD ,'Append view point' ,'Appended as an H atom' )
7500+ self .AtomEdit .Append (G2G .wxID_ATOMSVIEWADD ,'Append atom at view point' ,'Appended as an H atom' )
75017501 self .AtomEdit .Append (G2G .wxID_UPDATEHATOM ,'Update H atoms' ,'Update H atoms in standard positions' )
75027502 self .AtomEdit .Append (G2G .wxID_MAKEMOLECULE ,'Assemble molecule' ,'Select a single atom to assemble as a molecule from scattered atom positions' )
75037503 self .AtomEdit .Append (G2G .wxID_COLLECTATOMS ,'Collect atoms' ,'Collect selected atoms to specified unit cell location' )
@@ -7629,11 +7629,11 @@ def _makemenu(): # routine to create menu when first used
76297629 self .DrawAtomEdit .Append (G2G .wxID_DRAWATOMCOLOR ,'Atom color' ,'Select atoms first' )
76307630 self .DrawAtomEdit .Append (G2G .wxID_DRAWATOMRESETCOLOR ,'Reset atom colors' ,'Resets all atom colors to defaults' )
76317631 self .DrawAtomEdit .Append (G2G .wxID_DRWAEDITRADII ,'Edit atom radii' ,'Edit drawing atom radii' )
7632- self .DrawAtomEdit .Append (G2G .wxID_DRAWVIEWPOINT ,'View point' ,'View point is 1st atom selected' )
7632+ self .DrawAtomEdit .Append (G2G .wxID_DRAWVIEWPOINT ,'Set view point' ,'View point is 1st atom selected' )
76337633 self .DrawAtomEdit .Append (G2G .wxID_DRAWSETSEL ,'Select from list' ,'Select atoms from a filtered listbox' )
76347634 self .DrawAtomEdit .Append (G2G .wxID_DRAWADDEQUIV ,'Add atoms' ,'Add symmetry & cell equivalents to drawing set from selected atoms' )
76357635 self .DrawAtomEdit .Append (G2G .wxID_DRAWADDSPHERE ,'Add sphere of atoms' ,'Add atoms within sphere of enclosure' )
7636- self .DrawAtomEdit .Append (G2G .wxID_DRAWADDBOX ,'Add box of atoms' ,'Add atoms within box of enclosure' )
7636+ # self.DrawAtomEdit.Append(G2G.wxID_DRAWADDBOX,'Add box of atoms','Add atoms within box of enclosure')
76377637 self .DrawAtomEdit .Append (G2G .wxID_DRAWTRANSFORM ,'Transform draw atoms' ,'Transform selected atoms by symmetry & cell translations' )
76387638 self .DrawAtomEdit .Append (G2G .wxID_DRAWFILLCOORD ,'Fill CN-sphere' ,'Fill coordination sphere for selected atoms' )
76397639 self .DrawAtomEdit .Append (G2G .wxID_DRAWFILLCELL ,'Fill unit cell' ,'Fill unit cell with selected atoms' )
0 commit comments