Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-debug-dev] getString constants

Hi (Repost as subscriber)

I'm trying to add a new debugger and started by copying cdt.debug.mi.*
and using it as template. There is something I couldn't find out. Where
are the strings stored when they are get like this:

tabItem.setText( MIUIMessages.getString( "GDBDebuggerPage.2" ) ); //$NON-NLS-1$

I couldn't find anywhere a list of strings or a resource file or so.

Thanks

bye  Fabi 




Back to the top