Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--profiling/org.eclipse.linuxtools.profiling.launch/plugin.properties2
-rw-r--r--profiling/org.eclipse.linuxtools.profiling.launch/plugin.xml1
-rw-r--r--profiling/org.eclipse.linuxtools.profiling.launch/src/org/eclipse/linuxtools/internal/profiling/launch/provider/launch/messages.properties2
3 files changed, 3 insertions, 2 deletions
diff --git a/profiling/org.eclipse.linuxtools.profiling.launch/plugin.properties b/profiling/org.eclipse.linuxtools.profiling.launch/plugin.properties
index f91e349fb7..7d627cb01c 100644
--- a/profiling/org.eclipse.linuxtools.profiling.launch/plugin.properties
+++ b/profiling/org.eclipse.linuxtools.profiling.launch/plugin.properties
@@ -1,7 +1,7 @@
#Properties file for org.eclipse.linuxtools.profiling.launch
Bundle-Vendor.0 = Eclipse Linux Tools
Bundle-Name.0 = Profiling Launch Plug-in
-page.name = Profiling
+page.name = Profiling Categories
shortcut.label = Profile Timing
launchConfigurationType.name = Profile Timing
page.name.0 = Timing
diff --git a/profiling/org.eclipse.linuxtools.profiling.launch/plugin.xml b/profiling/org.eclipse.linuxtools.profiling.launch/plugin.xml
index 6fd6119a80..bcd11c4c03 100644
--- a/profiling/org.eclipse.linuxtools.profiling.launch/plugin.xml
+++ b/profiling/org.eclipse.linuxtools.profiling.launch/plugin.xml
@@ -7,6 +7,7 @@
<extension
point="org.eclipse.ui.preferencePages">
<page
+ category="org.eclipse.cdt.ui.preferences.CPluginPreferencePage"
class="org.eclipse.linuxtools.internal.profiling.launch.provider.ProviderPreferencesPage"
id="org.eclipse.linuxtools.profiling.provider.MainPreferencePage"
name="%page.name">
diff --git a/profiling/org.eclipse.linuxtools.profiling.launch/src/org/eclipse/linuxtools/internal/profiling/launch/provider/launch/messages.properties b/profiling/org.eclipse.linuxtools.profiling.launch/src/org/eclipse/linuxtools/internal/profiling/launch/provider/launch/messages.properties
index 6d2e7e4dc7..e64658d17a 100644
--- a/profiling/org.eclipse.linuxtools.profiling.launch/src/org/eclipse/linuxtools/internal/profiling/launch/provider/launch/messages.properties
+++ b/profiling/org.eclipse.linuxtools.profiling.launch/src/org/eclipse/linuxtools/internal/profiling/launch/provider/launch/messages.properties
@@ -1,4 +1,4 @@
ProviderLaunchShortcut_0=Could not find a provider for profiling type :
-ProviderPreferencesPage_0=C/C++ Linux Tools Profiling Preferences
+ProviderPreferencesPage_0=Linux Tools Profiling Preferences
ProviderPreferencesPage_1=Choose default launch provider
ProviderOptionsTab_0=No plug-in provider found in launch configuration

Back to the top