Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:
| > "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
|
| Lars> The problem is that it is the backend doing the _(), perhaps I
| Lars> changed to much? (I think not...)
|
| We do not do _() on the menu names. These are internal names t
Jean-Marc Lasgouttes wrote:
"Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
Lars> The problem is that it is the backend doing the _(), perhaps I
Lars> changed to much? (I think not...)
We do not do _() on the menu names. These are internal names that are
never displayed, AFAIK.
Menu
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
Lars> The problem is that it is the backend doing the _(), perhaps I
Lars> changed to much? (I think not...)
We do not do _() on the menu names. These are internal names that are
never displayed, AFAIK.
Menu names are not menu label
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:
| > "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
| Lars> Everything that is supposed to be shown somewhere is supposed to
| Lars> be docstring. (or ascii if it is supposed to be run through _()
| Lars> before display)
|
| But menu
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
Lars> Everything that is supposed to be shown somewhere is supposed to
Lars> be docstring. (or ascii if it is supposed to be run through _()
Lars> before display)
But menu names (in menubackend) are not supposed to be shown, right?
J
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:
| > "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
|
| Lars> This enables the frontends to show unicode (most of the work in
| Lars> MenuBackend).
|
| Lars> Only Qt4 tested. All frontends compile.
|
| - virtual void openByName(
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
Lars> This enables the frontends to show unicode (most of the work in
Lars> MenuBackend).
Lars> Only Qt4 tested. All frontends compile.
- virtual void openByName(std::string const &) = 0;
+ virtual void openByName(lyx::d
This enables the frontends to show unicode (most of the work in
MenuBackend).
Only Qt4 tested. All frontends compile.
Will commit shortly.
Index: src/lyxfunc.C
===
--- src/lyxfunc.C (revision 14953)
+++ src/lyxfunc.C (working copy)