Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 145722
Collapse All | Expand All

(-)gtop-1.0.13/mdi.c.orig (-3 / +3 lines)
Lines 46-52 Link Here
46
	GNOMEUIINFO_END
46
	GNOMEUIINFO_END
47
};
47
};
48
48
49
GnomeUIInfo addProcChildMenu [] = {
49
static GnomeUIInfo addProcChildMenu [] = {
50
	GNOMEUIINFO_ITEM_DATA (N_("_All Processes"),
50
	GNOMEUIINFO_ITEM_DATA (N_("_All Processes"),
51
			       N_("Show all processes"),
51
			       N_("Show all processes"),
52
			       add_proc_child_cb,
52
			       add_proc_child_cb,
Lines 60-66 Link Here
60
	GNOMEUIINFO_END
60
	GNOMEUIINFO_END
61
};
61
};
62
62
63
GnomeUIInfo addMemChildMenu [] = {
63
static GnomeUIInfo addMemChildMenu [] = {
64
	GNOMEUIINFO_ITEM_DATA (N_("_Resident Sizes of Processes"),
64
	GNOMEUIINFO_ITEM_DATA (N_("_Resident Sizes of Processes"),
65
			       N_("Show resident sizes of processes"),
65
			       N_("Show resident sizes of processes"),
66
			       add_mem_child_cb,
66
			       add_mem_child_cb,
Lines 89-95 Link Here
89
	GNOMEUIINFO_END
89
	GNOMEUIINFO_END
90
};
90
};
91
91
92
GnomeUIInfo addFsChildMenu [] = {
92
static GnomeUIInfo addFsChildMenu [] = {
93
	GNOMEUIINFO_ITEM_DATA (N_("_Total Filesystem Sizes"),
93
	GNOMEUIINFO_ITEM_DATA (N_("_Total Filesystem Sizes"),
94
			       N_("Show total filesystem sizes"),
94
			       N_("Show total filesystem sizes"),
95
			       add_fs_child_cb,
95
			       add_fs_child_cb,

Return to bug 145722