Date: prev next · Thread: first prev next last
2015 Archives by date, by thread · List index


https://bugs.documentfoundation.org/show_bug.cgi?id=91065

Katarina Behrens (CIB) <Katarina.Behrens@cib.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |libreoffice@lists.freedeskt
                   |                            |op.org
         Whiteboard|                            |easyHack DifficultyBeginner
                   |                            |TopicUI SkillCpp

--- Comment #3 from Katarina Behrens (CIB) <Katarina.Behrens@cib.de> ---
This is an easy hack. As Julien already points out, .ui file for this dialog
lives in sfx2/uiconfig/ui/documentpropertiesdialog.ui ... Replace dialog title
with "Properties of %1", easy peasy

C++ code reading it is in sfx2/source/dialog/dinfdlg.cxx, setting the dialog
title takes place directly in constructor. So instead of concatenating the
strings, one has to replace %1 (using OUString::replaceFirst or whatever
appropriate) from the dialog title with the actual file name.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.