mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-07 17:56:01 +02:00
Fix for bug 60872. Accessibility: Run/Debug configuration dialog has duplicate mnemonics.
This commit is contained in:
parent
e0cd851712
commit
624efe28c4
3 changed files with 9 additions and 4 deletions
|
@ -1,3 +1,8 @@
|
|||
2004-06-21 Mikhail Khodjaiants
|
||||
Fix for bug 60872. Accessibility: Run/Debug configuration dialog has duplicate mnemonics.
|
||||
* MIUIMessages.properties
|
||||
* MIUIPluginResources.properties
|
||||
|
||||
2004-05-21 Mikhail Khodjaiants
|
||||
Removed dependencies on the compatibility plugin and replaced deprecated classes and methods.
|
||||
Warning cleanup.
|
||||
|
|
|
@ -6,7 +6,7 @@ GDBDebuggerPage.3=GDB debugger:
|
|||
GDBDebuggerPage.4=&Browse...
|
||||
GDBDebuggerPage.5=GDB Debugger
|
||||
GDBDebuggerPage.6=GDB command file:
|
||||
GDBDebuggerPage.7=&Browse...
|
||||
GDBDebuggerPage.7=B&rowse...
|
||||
GDBDebuggerPage.8=GDB Command File
|
||||
GDBDebuggerPage.9=(Warning: Some commands in this file may interfere with the startup operation of the debugger, for example "run".)
|
||||
GDBDebuggerPage.10=Shared Libraries
|
||||
|
@ -17,7 +17,7 @@ GDBServerDebuggerPage.3=GDB debugger
|
|||
GDBServerDebuggerPage.4=&Browse...
|
||||
GDBServerDebuggerPage.5=GDB Debugger
|
||||
GDBServerDebuggerPage.6=GDB command file:
|
||||
GDBServerDebuggerPage.7=&Browse...
|
||||
GDBServerDebuggerPage.7=B&rowse...
|
||||
GDBServerDebuggerPage.8=GDB Command File
|
||||
GDBServerDebuggerPage.9=Connection:
|
||||
GDBSolibBlock.0=Load shared library symbols automatically
|
||||
|
|
|
@ -6,7 +6,7 @@ GDBDebuggerPage.3=GDB debugger:
|
|||
GDBDebuggerPage.4=&Browse...
|
||||
GDBDebuggerPage.5=GDB Debugger
|
||||
GDBDebuggerPage.6=GDB command file:
|
||||
GDBDebuggerPage.7=&Browse...
|
||||
GDBDebuggerPage.7=B&rowse...
|
||||
GDBDebuggerPage.8=GDB Command File
|
||||
GDBDebuggerPage.9=(Warning: Some commands in this file may interfere with the startup operation of the debugger, for example "run".)
|
||||
GDBDebuggerPage.10=Shared Libraries
|
||||
|
@ -17,7 +17,7 @@ GDBServerDebuggerPage.3=GDB debugger
|
|||
GDBServerDebuggerPage.4=&Browse...
|
||||
GDBServerDebuggerPage.5=GDB Debugger
|
||||
GDBServerDebuggerPage.6=GDB command file:
|
||||
GDBServerDebuggerPage.7=&Browse...
|
||||
GDBServerDebuggerPage.7=B&rowse...
|
||||
GDBServerDebuggerPage.8=GDB Command File
|
||||
GDBServerDebuggerPage.9=Connection:
|
||||
GDBSolibBlock.0=Load shared library symbols automatically
|
||||
|
|
Loading…
Add table
Reference in a new issue