GNOME Bugzilla – Bug 132582
[UI-REVIEW] Use dash in window title to separate mode
Last modified: 2004-12-22 21:47:04 UTC
As I said earlier on IRC here is a patch that makes the calculator mode in the window title be separated by a dash instead of it beeing enclosed in square brackets. The only change I made is to use the format string "%s- %s" instead of "%s [%s]" at the two places that I found where the window title is changed (I tried to make sure that these are all the places that exist). I didn't insert any space between the %s and the dash because the value of v->tool_label that's used to replace that %s seems to always already contain a space as the last character.
Created attachment 23775 [details] [review] Make the mode in the window title be separated by a dash character
Thanks! Changes checked into CVS HEAD. Fixed in v4.3.42 of gcalctool.