In Unix we call it a PID, not ID...
This commit is contained in:
parent
c0e5e1487d
commit
151a4eccce
@ -1,10 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2010/10/18 13:18:15 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.11 2010/10/27 12:09:43 ajacoutot Exp $
|
||||
|
||||
COMMENT= sytem monitor for GNOME
|
||||
|
||||
GNOME_PROJECT= gnome-system-monitor
|
||||
GNOME_VERSION= 2.28.2
|
||||
REVISION= 0
|
||||
|
||||
REVISION= 1
|
||||
|
||||
CATEGORIES= sysutils
|
||||
|
||||
|
12
x11/gnome/system-monitor/patches/patch-src_proctable_cpp
Normal file
12
x11/gnome/system-monitor/patches/patch-src_proctable_cpp
Normal file
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-src_proctable_cpp,v 1.1 2010/10/27 12:09:43 ajacoutot Exp $
|
||||
--- src/proctable.cpp.orig Wed Oct 27 14:03:01 2010
|
||||
+++ src/proctable.cpp Wed Oct 27 14:03:10 2010
|
||||
@@ -220,7 +220,7 @@ proctable_new (ProcData * const procdata)
|
||||
N_("CPU Time"),
|
||||
N_("Started"),
|
||||
N_("Nice"),
|
||||
- N_("ID"),
|
||||
+ N_("PID"),
|
||||
N_("Security Context"),
|
||||
N_("Command Line"),
|
||||
N_("Memory"),
|
Loading…
Reference in New Issue
Block a user