diff options
author | Matthias Clasen <mclasen@redhat.com> | 2005-12-26 07:52:43 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2005-12-26 07:52:43 +0000 |
commit | b29a1d0f7eef9a611bf5bb2b89b1e0f6cea41f41 (patch) | |
tree | 94ba292f79f1be2b5d0ed70955be1f29c7869e46 /README.in | |
parent | 168ad4bc79d006908d732ee827c5e4b294005585 (diff) | |
download | gtk+-b29a1d0f7eef9a611bf5bb2b89b1e0f6cea41f41.tar.gz |
Mention the stripping of (_F) suffixes.
2005-12-26 Matthias Clasen <mclasen@redhat.com>
* README.in: Mention the stripping of (_F) suffixes.
* gtk/gtktoolbar.c (_gtk_toolbar_elide_underscores): Strip a suffix of
the form " (_<single character>)", since this is the preferred way
for some languages to indicate accelerators. (#323956, Yang Hong)
Diffstat (limited to 'README.in')
-rw-r--r-- | README.in | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -48,6 +48,10 @@ Release notes for 2.10 reference. Details about floating references can be found in the docs: http://developer.gnome.org/doc/API/2.0/gobject/gobject-The-Base-Object-Type.html#floating-ref +* Suffixes like (_F) are now stripped from labels when they are displayed + in toolbars. If this is not wanted, the feature can be suppressed by + inserting a Unicode control character, e.g ZWNJ. + Release notes ============= |