Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.photran.ui.vpg/src')
-rw-r--r--org.eclipse.photran.ui.vpg/src/org/eclipse/photran/internal/ui/refactoring/Messages.java8
-rw-r--r--org.eclipse.photran.ui.vpg/src/org/eclipse/photran/internal/ui/refactoring/messages.properties4
-rw-r--r--org.eclipse.photran.ui.vpg/src/org/eclipse/photran/internal/ui/views/vpgproblems/Messages.java2
-rw-r--r--org.eclipse.photran.ui.vpg/src/org/eclipse/photran/internal/ui/views/vpgproblems/messages.properties1
4 files changed, 0 insertions, 15 deletions
diff --git a/org.eclipse.photran.ui.vpg/src/org/eclipse/photran/internal/ui/refactoring/Messages.java b/org.eclipse.photran.ui.vpg/src/org/eclipse/photran/internal/ui/refactoring/Messages.java
index b8563c2a..c0707be3 100644
--- a/org.eclipse.photran.ui.vpg/src/org/eclipse/photran/internal/ui/refactoring/Messages.java
+++ b/org.eclipse.photran.ui.vpg/src/org/eclipse/photran/internal/ui/refactoring/Messages.java
@@ -88,14 +88,6 @@ public class Messages extends NLS
public static String KeywordCaseInputPage_UpperCaseLabel;
- public static String MoveFromModuleInputPage_leftPanelMessage;
-
- public static String MoveFromModuleInputPage_Name;
-
- public static String MoveFromModuleInputPage_rightPanelMessage;
-
- public static String MoveFromModuleInputPage_selectDataMessage;
-
public static String MoveSubprogramToModuleAction_labelText;
public static String RenameAction_MatchExternalSubprograms;
diff --git a/org.eclipse.photran.ui.vpg/src/org/eclipse/photran/internal/ui/refactoring/messages.properties b/org.eclipse.photran.ui.vpg/src/org/eclipse/photran/internal/ui/refactoring/messages.properties
index 11ff995f..c3a24067 100644
--- a/org.eclipse.photran.ui.vpg/src/org/eclipse/photran/internal/ui/refactoring/messages.properties
+++ b/org.eclipse.photran.ui.vpg/src/org/eclipse/photran/internal/ui/refactoring/messages.properties
@@ -26,10 +26,6 @@ KeywordCaseInputPage_ChangeKeywordsToLabel=Change keywords to:
KeywordCaseInputPage_ClickOKMessage=Click OK to change the case of all keywords in the selected files. To see what changes will be made, click Preview.
KeywordCaseInputPage_LowerCaseLabel=Lower Case
KeywordCaseInputPage_UpperCaseLabel=Upper Case
-MoveFromModuleInputPage_leftPanelMessage=Members to Move
-MoveFromModuleInputPage_Name=Move From Module Refactoring
-MoveFromModuleInputPage_rightPanelMessage=Destination Module
-MoveFromModuleInputPage_selectDataMessage=Please select member data to move from module
MoveSubprogramToModuleAction_labelText=Move Subroutine or Function to Module:
RenameAction_MatchExternalSubprograms=Match external subprograms with interfaces and external declarations
RenameAction_RenameAtoB=Rename {0} to
diff --git a/org.eclipse.photran.ui.vpg/src/org/eclipse/photran/internal/ui/views/vpgproblems/Messages.java b/org.eclipse.photran.ui.vpg/src/org/eclipse/photran/internal/ui/views/vpgproblems/Messages.java
index 1331bca2..4be4254c 100644
--- a/org.eclipse.photran.ui.vpg/src/org/eclipse/photran/internal/ui/views/vpgproblems/Messages.java
+++ b/org.eclipse.photran.ui.vpg/src/org/eclipse/photran/internal/ui/views/vpgproblems/Messages.java
@@ -51,8 +51,6 @@ public class Messages extends NLS
public static String VPGProblemContextMenu_Problems;
- public static String VPGProblemLabelProvider_LineN;
-
public static String VPGProblemView_DescriptionColumnHeader;
public static String VPGProblemView_Errors;
diff --git a/org.eclipse.photran.ui.vpg/src/org/eclipse/photran/internal/ui/views/vpgproblems/messages.properties b/org.eclipse.photran.ui.vpg/src/org/eclipse/photran/internal/ui/views/vpgproblems/messages.properties
index 6ce6c792..6d85ab23 100644
--- a/org.eclipse.photran.ui.vpg/src/org/eclipse/photran/internal/ui/views/vpgproblems/messages.properties
+++ b/org.eclipse.photran.ui.vpg/src/org/eclipse/photran/internal/ui/views/vpgproblems/messages.properties
@@ -14,7 +14,6 @@ SelectedResourceFilterAction_FilterBySelectionTooltip=Displays only problems tha
ShowFullMessageAction_EventDetails=Event Details
ShowFullMessageAction_ShowDetailsTooltip=Show the entire message for selected event(s)
VPGProblemContextMenu_Problems=Problems
-VPGProblemLabelProvider_LineN=line {0}
VPGProblemView_DescriptionColumnHeader=Description
VPGProblemView_Errors=Errors
VPGProblemView_nErrors={0} Errors

Back to the top