After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 318713 - Use stock menus in procman
Use stock menus in procman
Status: RESOLVED FIXED
Product: system-monitor
Classification: Core
Component: general
git master
Other All
: High normal
: ---
Assigned To: System-monitor maintainers
System-monitor maintainers
Depends on:
Blocks:
 
 
Reported: 2005-10-12 22:02 UTC by Christian Rose
Modified: 2011-11-11 10:03 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
modified menu items to use stock where possible (1.62 KB, patch)
2007-08-01 10:54 UTC, Jared Moore
committed Details | Review

Description Christian Rose 2005-10-12 22:02:07 UTC
#: ../src/interface.c:47
msgid "_File"

#: ../src/interface.c:48
msgid "_Edit"

#: ../src/interface.c:49
msgid "_View"

#: ../src/interface.c:50
msgid "_Help"

#: ../src/interface.c:52
msgid "_Quit"

I beleive all of these menu names and many items are already translated in GTK+.
Perhaps GTK+ stock menu names could be used; that would save translators some work.
Comment 1 Benoît Dejean 2005-10-12 22:14:51 UTC
i can't find anything about stock strings. I always thought it was ridiculous to
translate these strings again and again. Do you have any link ?
Comment 2 Paolo Borelli 2005-10-23 13:06:14 UTC
I don't think there is a way to handle file, edit, view and help since those are
the menus and there arwn't 'stock menu strings'.

For 'quit' I think you simply set to NULL the label field In the GtkActionEntry
array so that the stock icon label is used.
Comment 3 Benoît Dejean 2006-03-12 22:40:50 UTC
any news on this ? Now i'm temporarily 'leading' the French translation, i'm getting upset. This is a real problem because we spend our time translation stupid strings. And this makes GNOME apps inconsistent because sometime we use different accelerators in menu :/
Comment 4 Paolo Borelli 2006-03-12 22:46:37 UTC
No news sorry :(

I guess this needs to be brought up upstream with gtk devs
Comment 5 Benoît Dejean 2006-05-10 17:15:11 UTC
ping. reassign to gtk+ ?
Comment 6 Jared Moore 2007-08-01 10:54:29 UTC
Created attachment 92843 [details] [review]
modified menu items to use stock where possible

One issue related to comment #3 is that the gtk stock menu entry for Help->Contents has text "Help" and shortcut "Ctrl-H", while most Gnome apps use "Contents" and "F1". :(
Comment 7 Benoît Dejean 2007-08-21 19:52:09 UTC
Sorry, i didn't saw that update in my inbox. I guess we are now blocked by freeze :/
Comment 8 Jared Moore 2007-08-22 11:24:43 UTC
*shrugs* it's not a particularly urgent patch :)
Comment 9 André Klapper 2007-12-21 03:54:41 UTC
benoît: *ping*, patch!
...before we're getting into the next freeze (currently we're in announcement period)
Comment 10 Benoît Dejean 2007-12-21 09:02:37 UTC
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.

Thanks for the reminder.