Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormmayworm2008-01-05 20:28:31 +0000
committermmayworm2008-01-05 20:28:31 +0000
commitb4ada4d927ee461ea32101df74deb1ec00b3623e (patch)
treeb104ec114a1185e42a1281e479ca06f8470f20af /framework/bundles
parent95be8ff8fc9a262ba1c5dd590bcd4416f13b7b0e (diff)
downloadorg.eclipse.ecf-b4ada4d927ee461ea32101df74deb1ec00b3623e.tar.gz
org.eclipse.ecf-b4ada4d927ee461ea32101df74deb1ec00b3623e.tar.xz
org.eclipse.ecf-b4ada4d927ee461ea32101df74deb1ec00b3623e.zip
Adding titles and user name on dialogs
Diffstat (limited to 'framework/bundles')
-rw-r--r--framework/bundles/org.eclipse.ecf.ui/src/org/eclipse/ecf/internal/ui/Messages.java1
-rw-r--r--framework/bundles/org.eclipse.ecf.ui/src/org/eclipse/ecf/internal/ui/messages.properties1
2 files changed, 2 insertions, 0 deletions
diff --git a/framework/bundles/org.eclipse.ecf.ui/src/org/eclipse/ecf/internal/ui/Messages.java b/framework/bundles/org.eclipse.ecf.ui/src/org/eclipse/ecf/internal/ui/Messages.java
index c3c22cb1e..a8663c19b 100644
--- a/framework/bundles/org.eclipse.ecf.ui/src/org/eclipse/ecf/internal/ui/Messages.java
+++ b/framework/bundles/org.eclipse.ecf.ui/src/org/eclipse/ecf/internal/ui/Messages.java
@@ -93,6 +93,7 @@ public class Messages extends NLS {
public static String SelectProviderAction_selectProviderDialog_title;
public static String SelectProviderAction_selectProviderDialog_message;
+ public static String ScreenCaptureScreenCaptureConfirmationDialog;
static {
// load message values from bundle file
NLS.initializeMessages(BUNDLE_NAME, Messages.class);
diff --git a/framework/bundles/org.eclipse.ecf.ui/src/org/eclipse/ecf/internal/ui/messages.properties b/framework/bundles/org.eclipse.ecf.ui/src/org/eclipse/ecf/internal/ui/messages.properties
index 61d7cdfd1..f001101fa 100644
--- a/framework/bundles/org.eclipse.ecf.ui/src/org/eclipse/ecf/internal/ui/messages.properties
+++ b/framework/bundles/org.eclipse.ecf.ui/src/org/eclipse/ecf/internal/ui/messages.properties
@@ -66,3 +66,4 @@ ContainerCreateErrorDialog_CREATE_CONTAINER_ERROR_TITLE=Create Container Error
SelectProviderAction_WARNING_CONTAINER_TYPE_DESCRIPTION_NOT_FOUND=ContainerTypeDescription {0} not found
SelectProviderAction_selectProviderDialog_title=Providers
SelectProviderAction_selectProviderDialog_message=Select a provider:
+ScreenCaptureScreenCaptureConfirmationDialog=Confirm send the screen capture to {0}

Back to the top