[gnome-system-monitor] Removed obsolete references to solaris mode.



commit 1121a5fccc2d994e45abd43327e9967cde746bd7
Author: Robert Roth <robert roth off gmail com>
Date:   Wed Nov 16 09:24:16 2011 +0200

    Removed obsolete references to solaris mode.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=528149

 help/C/gnome-system-monitor.xml |    2 +-
 src/procdialogs.cpp             |    1 -
 2 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/help/C/gnome-system-monitor.xml b/help/C/gnome-system-monitor.xml
index 8f4eb71..2dd4a29 100644
--- a/help/C/gnome-system-monitor.xml
+++ b/help/C/gnome-system-monitor.xml
@@ -1068,7 +1068,7 @@
                 </listitem>
                 <listitem>
                   <para>
-                    <guilabel>Solaris mode</guilabel>
+                    <guilabel>Divide CPU usage by CPU count</guilabel>
                   </para>
                   <para>
                     Select this to divide each process' CPU% in the Processes table by the number of CPUs.
diff --git a/src/procdialogs.cpp b/src/procdialogs.cpp
index cbdfd9b..f000d87 100644
--- a/src/procdialogs.cpp
+++ b/src/procdialogs.cpp
@@ -614,7 +614,6 @@ procdialog_create_preferences_dialog (ProcData *procdata)
     gtk_box_pack_start(GTK_BOX(vbox2), hbox2, FALSE, FALSE, 0);
 
     GtkWidget *solaris_button = gtk_check_button_new_with_mnemonic(_("Divide CPU usage by CPU count"));
-    gtk_widget_set_tooltip_text(solaris_button, _("Solaris mode"));
     gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(solaris_button),
                                  g_settings_get_boolean(procdata->settings,
                                                         procman::settings::solaris_mode.c_str()));



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]