Comment 40 for bug 739184

Revision history for this message
Ken Clive (ken.clive) wrote :

John,

I am trying to implement the underscore in glomenu.cxx, where the menu labels are generated. If you look at gtksalmenu.cxx, where all the menu items are generated, there is code in the NativeSetItemText function that converts the tilde (~) character to an underscore. This is what I am trying to implement, but so far, I am having troubles with the build, since I've never built libreoffice before.

If someone could take my modified source and incorporate it into a build, that would be very helpful.

Also, I will try a second implementation with libvclplug_gtklo.so included; simply converting characters is a bit clunky of an implementation.

Thanks!

- Ken.