Update of /cvsroot/radmind/radmind-assistant/rte
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19596
Modified Files:
SharedActions.h
Log Message:
Go to line, twhich support.
Index: SharedActions.h
===================================================================
RCS file: /cvsroot/radmind/radmind-assistant/rte/SharedActions.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** SharedActions.h 1 Dec 2003 20:38:33 -0000 1.9
--- SharedActions.h 24 Feb 2006 22:04:24 -0000 1.10
***************
*** 45,47 ****
/* add item sheet */
! - ( IBAction )getAddItemSheet: ( id )sender;
\ No newline at end of file
--- 45,53 ----
/* add item sheet */
! - ( IBAction )getAddItemSheet: ( id )sender;
!
! /* go to line */
! - ( IBAction )showGotoLinePanel: ( id )sender;
!
! /* run twhich on the selected line */
! - ( void )showSourceTranscripts: ( id )sender;
|