1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

"Restore Default Type" changed to "Restore Original Type".

This commit is contained in:
Mikhail Khodjaiants 2003-08-19 17:37:36 +00:00
parent ce9b82be99
commit bebc49da06
2 changed files with 5 additions and 2 deletions

View file

@ -1,3 +1,6 @@
2003-08-19 Mikhail Khodjaiants
* plugin.properties: "Restore Default Type" changed to "Restore Original Type".
2003-08-13 Mikhail Khodjaiants 2003-08-13 Mikhail Khodjaiants
* CDebugImages.java: new images for the 'Cast to type" and 'Display As Array' dialogs * CDebugImages.java: new images for the 'Cast to type" and 'Display As Array' dialogs
* CastToTypeActionDelegate.java: new image * CastToTypeActionDelegate.java: new image

View file

@ -69,8 +69,8 @@ SignalZeroAction.label=Resume Without Signal
CastToTypeAction.label=Cast To Type... CastToTypeAction.label=Cast To Type...
CastToTypeAction.tooltip=Cast Varibale To Type CastToTypeAction.tooltip=Cast Varibale To Type
RestoreDefaultTypeAction.label=Restore Default Type RestoreDefaultTypeAction.label=Restore Original Type
RestoreDefaultTypeAction.tooltip=Restore Default Type Of Variable RestoreDefaultTypeAction.tooltip=Restore Original Type Of Variable
CastToArrayAction.label=Display As Array... CastToArrayAction.label=Display As Array...
CastToArrayAction.tooltip=Display Variable As Array CastToArrayAction.tooltip=Display Variable As Array