Claws Mail Bugzilla – Bug 10
Adding a separator to the main toolbar fails, entry in xml file is wrong
Last modified: 2003-01-27 02:54:34
You need to log in before you can comment on or make changes to this bug.
My toolbar_main.xml file contains the following, among other things: <item file="Separator" text="" action="(null)"/> <item file="address_book" text="Address" action="A_ADDRBOOK"/> <separator/> You'll notice that the item showing as Separator with action (null) before address_book is different from the separator/ entry after it. The second separator is the default one, the first I wanted to add before the Address Book button. When I did so, I could see the entry in the list box, but it was named Separator rather than separator. After manually editing the toolbar .xml file the first of the two separators shows as desired.
Should have been fixed in CVS. Please verify.
Looks fixed to me Alfons, thanks. A minor thing. The default separators show as filename: separator and Mapped Event: Separator, note the capitalisation. When entered into the dialog they both come up as Separator until you save at which point they return to the form above with lower and upper case s. It's only a minor thing, but I don't know if it might be something that shouldn't be like that.
in CVS I changed the "filename" for separators to the translatable string, so people should see this "filename" translated. (i leave this to the translators / users; i can imagine that this string should be uppercase.)