mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-23 17:05:26 +02:00
Applied patch from Tanya Wolff.
This commit is contained in:
parent
3846748090
commit
0e48c01b6a
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2004-03-11 Tanya Wolff
|
||||||
|
Fix for missing resource in
|
||||||
|
* LoadSymbolsForAllAction.java
|
||||||
|
|
||||||
2004-03-09 Tanya Wolff
|
2004-03-09 Tanya Wolff
|
||||||
Added strings to properties file for views packages
|
Added strings to properties file for views packages
|
||||||
* CDebugUIPluginResources.properties
|
* CDebugUIPluginResources.properties
|
||||||
|
|
|
@ -72,7 +72,7 @@ public class LoadSymbolsForAllAction extends Action implements IUpdate
|
||||||
}
|
}
|
||||||
catch( DebugException e )
|
catch( DebugException e )
|
||||||
{
|
{
|
||||||
CDebugUIPlugin.errorDialog( CDebugUIPlugin.getResourceString("ui.actions.LoadSymbolsForAllAction.Unable_to_load_symbols."), e.getStatus() ); //$NON-NLS-1$
|
CDebugUIPlugin.errorDialog( CDebugUIPlugin.getResourceString("internal.ui.actions.LoadSymbolsForAllAction.Unable_to_load_symbols."), e.getStatus() ); //$NON-NLS-1$
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue