mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-09 01:55:24 +02:00
query message
This commit is contained in:
parent
eb298559e6
commit
303d707e63
2 changed files with 5 additions and 1 deletions
|
@ -65,6 +65,8 @@ public class GenericMessages extends NLS
|
||||||
public static String FileExtension_extensionEmptyMessage;
|
public static String FileExtension_extensionEmptyMessage;
|
||||||
public static String FileExtension_fileNameInvalidMessage;
|
public static String FileExtension_fileNameInvalidMessage;
|
||||||
public static String FilteredPreferenceDialog_PreferenceSaveFailed;
|
public static String FilteredPreferenceDialog_PreferenceSaveFailed;
|
||||||
|
|
||||||
|
public static String RSEQuery_task;
|
||||||
|
|
||||||
static {
|
static {
|
||||||
// load message values from bundle file
|
// load message values from bundle file
|
||||||
|
|
|
@ -53,4 +53,6 @@ RSESubSystemOperation_Notifying_registry_message = Notifying registry of connect
|
||||||
|
|
||||||
PropertyDialog_messageTitle = Properties
|
PropertyDialog_messageTitle = Properties
|
||||||
PropertyDialog_noPropertyMessage Properties
|
PropertyDialog_noPropertyMessage Properties
|
||||||
PropertyDialog_propertyMessage = Properties for {0}
|
PropertyDialog_propertyMessage = Properties for {0}
|
||||||
|
|
||||||
|
RSEQuery_task = RSE Query
|
Loading…
Add table
Reference in a new issue