From cc97e089e89b3304f44e0f76c48d674437abad2a Mon Sep 17 00:00:00 2001 From: Massimiliano Assante Date: Wed, 4 Sep 2013 13:51:49 +0000 Subject: [PATCH] changed label from share link to get link git-svn-id: http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portlets/user/workspace@81051 82a268e6-3cf1-43bd-a215-b396298e98cf --- .classpath | 4 ++-- .settings/com.google.gdt.eclipse.core.prefs | 2 +- .settings/org.eclipse.wst.validation.prefs | 2 ++ .../client/view/toolbars/GxtToolBarItemFunctionality.java | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) create mode 100644 .settings/org.eclipse.wst.validation.prefs diff --git a/.classpath b/.classpath index 7e5b3f4..124c5f9 100644 --- a/.classpath +++ b/.classpath @@ -1,6 +1,6 @@ - + @@ -30,5 +30,5 @@ - + diff --git a/.settings/com.google.gdt.eclipse.core.prefs b/.settings/com.google.gdt.eclipse.core.prefs index afa7026..8c6d24a 100644 --- a/.settings/com.google.gdt.eclipse.core.prefs +++ b/.settings/com.google.gdt.eclipse.core.prefs @@ -1,5 +1,5 @@ eclipse.preferences.version=1 jarsExcludedFromWebInfLib= -lastWarOutDir=/home/francesco-mangiacrapa/wseclipse/workspace/target/workspace-6.1.0-SNAPSHOT +lastWarOutDir=/Users/massi/Documents/workspace/workspace/target/workspace-6.3.0-SNAPSHOT warSrcDir=src/main/webapp warSrcDirIsOutput=false diff --git a/.settings/org.eclipse.wst.validation.prefs b/.settings/org.eclipse.wst.validation.prefs new file mode 100644 index 0000000..04cad8c --- /dev/null +++ b/.settings/org.eclipse.wst.validation.prefs @@ -0,0 +1,2 @@ +disabled=06target +eclipse.preferences.version=1 diff --git a/src/main/java/org/gcube/portlets/user/workspace/client/view/toolbars/GxtToolBarItemFunctionality.java b/src/main/java/org/gcube/portlets/user/workspace/client/view/toolbars/GxtToolBarItemFunctionality.java index 04e8716..4c23ee8 100644 --- a/src/main/java/org/gcube/portlets/user/workspace/client/view/toolbars/GxtToolBarItemFunctionality.java +++ b/src/main/java/org/gcube/portlets/user/workspace/client/view/toolbars/GxtToolBarItemFunctionality.java @@ -144,7 +144,7 @@ public class GxtToolBarItemFunctionality { // toolBar.add(new SeparatorToolItem()); toolBar.add(new SeparatorToolItem()); - btnGetSharedLink = new Button("Share Link", Resources.getIconShareLink()); + btnGetSharedLink = new Button("Get Link", Resources.getIconShareLink()); btnGetSharedLink.setScale(ButtonScale.SMALL); btnGetSharedLink.setIconAlign(IconAlign.TOP); btnGetSharedLink.setArrowAlign(ButtonArrowAlign.BOTTOM);