gnome-system-monitor r2429 - trunk/src
- From: bdejean svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-system-monitor r2429 - trunk/src
- Date: Sat, 31 May 2008 18:40:48 +0000 (UTC)
Author: bdejean
Date: Sat May 31 18:40:48 2008
New Revision: 2429
URL: http://svn.gnome.org/viewvc/gnome-system-monitor?rev=2429&view=rev
Log:
Renammed the 'wchan' column to 'Waiting Channel'.
Modified:
trunk/src/gnome-system-monitor.schemas.in
trunk/src/proctable.cpp
Modified: trunk/src/gnome-system-monitor.schemas.in
==============================================================================
--- trunk/src/gnome-system-monitor.schemas.in (original)
+++ trunk/src/gnome-system-monitor.schemas.in Sat May 31 18:40:48 2008
@@ -680,6 +680,31 @@
<schema>
+ <key>/schemas/apps/procman/proctree/col_16_width</key>
+ <applyto>/apps/procman/proctree/col_16_width</applyto>
+ <owner>procman</owner>
+ <type>int</type>
+ <default>48</default>
+ <locale name="C">
+ <short>Width of process 'Waiting Channel' column</short>
+ <long></long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/procman/proctree/col_16_visible</key>
+ <applyto>/apps/procman/proctree/col_16_visible</applyto>
+ <owner>procman</owner>
+ <type>bool</type>
+ <default>TRUE</default>
+ <locale name="C">
+ <short>Show process 'Waiting Channel' column on startup</short>
+ <long></long>
+ </locale>
+ </schema>
+
+
+ <schema>
<key>/schemas/apps/procman/disktreenew/sort_col</key>
<applyto>/apps/procman/disktreenew/sort_col</applyto>
<owner>procman</owner>
Modified: trunk/src/proctable.cpp
==============================================================================
--- trunk/src/proctable.cpp (original)
+++ trunk/src/proctable.cpp Sat May 31 18:40:48 2008
@@ -223,7 +223,8 @@
N_("Security Context"),
N_("Command Line"),
N_("Memory"),
- N_("wchan"),
+ /* xgettext: wchan, see ps(1) or top(1) */
+ N_("Waiting Channel"),
NULL,
"POINTER"
};
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]