Index: Bundle.properties =================================================================== RCS file: /cvs/debuggercore/src/org/netbeans/modules/debugger/ui/models/Bundle.properties,v retrieving revision 1.4 diff -u -r1.4 Bundle.properties --- Bundle.properties 19 Jul 2004 14:45:09 -0000 1.4 +++ Bundle.properties 18 Feb 2005 12:48:06 -0000 @@ -16,56 +16,56 @@ #Breakpoints View CTL_BreakpointModel_Column_Name_Name = Name CTL_BreakpointModel_Column_GroupName_Desc = Group of Breakpoints -CTL_BreakpointView_Column_Name_Name = Name +CTL_BreakpointView_Column_Name_Name = &Name CTL_BreakpointView_Column_Name_Desc = Name of breakpoint -CTL_BreakpointView_Column_Enabled_Name=Enabled +CTL_BreakpointView_Column_Enabled_Name=&Enabled CTL_BreakpointView_Column_Enabled_Desc = Disables / enables breakpoint #Callstack View -CTL_CallstackView_Column_Name_Name = Name +CTL_CallstackView_Column_Name_Name = &Name CTL_CallstackView_Column_Name_Desc = Name of call stack frame -CTL_CallstackView_Column_Location_Name = Location +CTL_CallstackView_Column_Location_Name = &Location CTL_CallstackView_Column_Location_Desc = Location of callstack frame #Locals View -CTL_LocalsView_Column_Name_Name = Name +CTL_LocalsView_Column_Name_Name = &Name CTL_LocalsView_Column_Name_Desc = Name of variable -CTL_LocalsView_Column_ToString_Name = toString() +CTL_LocalsView_Column_ToString_Name = to&String() CTL_LocalsView_Column_ToString_Desc = Displays value of toString() call -CTL_LocalsView_Column_Type_Name = Type +CTL_LocalsView_Column_Type_Name = &Type CTL_LocalsView_Column_Type_Desc = Type of variable -CTL_LocalsView_Column_Value_Name = Value +CTL_LocalsView_Column_Value_Name = &Value CTL_LocalsView_Column_Value_Desc = Value of variable #Sessions View CTL_SessionsModel_Column_Name_Name = Name -CTL_SessionsView_Column_Name_Name = Name +CTL_SessionsView_Column_Name_Name = &Name CTL_SessionsView_Column_Name_Desc = Name of session -CTL_SessionsView_Column_HostName_Name = Host Name +CTL_SessionsView_Column_HostName_Name = &Host Name CTL_SessionsView_Column_HostName_Desc = Computer name this session is running on -CTL_SessionsView_Column_State_Name = State +CTL_SessionsView_Column_State_Name = &State CTL_SessionsView_Column_State_Desc = Describes state of session -CTL_SessionsView_Column_Language_Name = Language +CTL_SessionsView_Column_Language_Name = &Language CTL_SessionsView_Column_Language_Desc = Current language of session #Threads View -CTL_ThreadsView_Column_Name_Name = Name +CTL_ThreadsView_Column_Name_Name = &Name CTL_ThreadsView_Column_Name_Desc = Name of thread -CTL_ThreadsView_Column_State_Name = State +CTL_ThreadsView_Column_State_Name = &State CTL_ThreadsView_Column_State_Desc = Describes state of thread -CTL_ThreadsView_Column_Suspended_Name = Suspended +CTL_ThreadsView_Column_Suspended_Name = S&uspended CTL_ThreadsView_Column_Suspended_Desc = Is thread suspended by debugger #Watches View CTL_WatchesModel_Column_Name_Name = Name CTL_WatchesModel_Column_NameNoContext_Desc = \ = [No current context] -CTL_WatchesView_Column_Name_Name = Name +CTL_WatchesView_Column_Name_Name = &Name CTL_WatchesView_Column_Name_Desc = Name of watch -CTL_WatchesView_Column_ToString_Name = toString() +CTL_WatchesView_Column_ToString_Name = to&String() CTL_WatchesView_Column_ToString_Desc = Displays value of toString() call -CTL_WatchesView_Column_Type_Name = Type +CTL_WatchesView_Column_Type_Name = &Type CTL_WatchesView_Column_Type_Desc = Type of result -CTL_WatchesView_Column_Value_Name = Value +CTL_WatchesView_Column_Value_Name = &Value CTL_WatchesView_Column_Value_Desc = Value of watch expression #SessionsActionsProvider