|
From: Pavel V. <va...@us...> - 2002-09-06 19:16:17
|
Update of /cvsroot/javaprofiler/module/net/sourceforge/javaprofiler/module/actions In directory usw-pr-cvs1:/tmp/cvs-serv13560 Modified Files: Bundle.properties Log Message: added detach action Index: Bundle.properties =================================================================== RCS file: /cvsroot/javaprofiler/module/net/sourceforge/javaprofiler/module/actions/Bundle.properties,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -r1.8 -r1.9 *** Bundle.properties 3 Sep 2002 17:50:46 -0000 1.8 --- Bundle.properties 6 Sep 2002 19:16:13 -0000 1.9 *************** *** 63,64 **** --- 63,72 ---- LBL_ShowTable=Show Table LBL_ShowHistogram=Show Histogram + + LBL_BTAction=Open Backtrace + + LBL_CTAction=Open Call Tree + + LBL_detachAction=Detach + + HINT_detachAction=Detaches from currently profiled session. |