Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmanuel Graf2011-03-21 15:03:09 +0000
committerEmanuel Graf2011-03-21 15:03:09 +0000
commitbe3e7288754d685f456ecd22df534e50e2deff76 (patch)
tree5eecf78ceca060e50a645c21bc2b573881704326
parent3879610c4d19124936c6ab53aa16122c1342bc92 (diff)
downloadorg.eclipse.cdt-be3e7288754d685f456ecd22df534e50e2deff76.tar.gz
org.eclipse.cdt-be3e7288754d685f456ecd22df534e50e2deff76.tar.xz
org.eclipse.cdt-be3e7288754d685f456ecd22df534e50e2deff76.zip
Bug 335213: Missing message in Implement method
https://bugs.eclipse.org/bugs/show_bug.cgi?id=335213
-rw-r--r--core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/refactoring/implementmethod/messages.properties1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/refactoring/implementmethod/messages.properties b/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/refactoring/implementmethod/messages.properties
index bf22220895b..e36707f20c1 100644
--- a/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/refactoring/implementmethod/messages.properties
+++ b/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/refactoring/implementmethod/messages.properties
@@ -17,6 +17,7 @@ ImplementMethodInputPage_PageTitle=Implement Method
ImplementMethodInputPage_SelectAll=Select All
ImplementMethodInputPage_DeselectAll=Deselect All
ImplementMethodRefactoring_MethodDefinition=Method Definition
+PreviewGenerationNotPossible=Preview generation not possible
ImplementMethodRefactoringPage_GeneratingPreview=Generating preview...
ImplementMethodRefactoring_NoMethodSelected=No method declaration selected
ImplementMethodRefactoring_MethodHasImpl=This method already has an implementation. \ No newline at end of file

Back to the top