https://bugs.freedesktop.org/show_bug.cgi?id=75364
Julien Nabet <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected], | |[email protected] --- Comment #1 from Julien Nabet <[email protected]> --- With this patch: diff --git a/extensions/source/propctrlr/formres.src b/extensions/source/propctrlr/formres.src index 728c784..3b479cc 100644 --- a/extensions/source/propctrlr/formres.src +++ b/extensions/source/propctrlr/formres.src @@ -1147,11 +1147,11 @@ Resource RID_RSC_ENUM_VISUALEFFECT { String 1 { - Text [ en-US ] = "3D"; + Text [ en-US ] = "Flat"; }; String 2 { - Text [ en-US ] = "Flat"; + Text [ en-US ] = "3D"; }; }; it seems to work. (Nevertheless, you must change property the first time so the form is synchonized with options of the properties edition). The problem is I just tried to "guess" I got lost trying to understand how this part works. Indeed, Opengroking RID_RSC_ENUM_VISUALEFFECT and related didn't help. Lionel: any idea? -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
