On Thu, 2023-04-27 at 10:22 +0100, Caolán McNamara wrote: > On Thu, 2023-04-27 at 06:19 +0200, Lionel Élie Mamane wrote: > > Hi, > > > > I'm reviewing https://gerrit.libreoffice.org/150546 > > by Nirnay. It adds a .ui file, and a "make" outputs warning like > > > > WARNING: 'GtkLabel' 'browselabel' does not specify what it labels > > within 'GtkFrame' 'frame1' > > While it is blank in the .ui that "browselabel" looks like it is the > label for "browseurl". In glade I'd click "use underline" for > browselabel and set its mnemonic target to browseurl Nah, I take it back. browseurl already has a label. I see that its not specific to this .ui, the things using OConnectionURlEdit all have one of these placeholder "browselabel", which I think is used to display the protocol. Not sure what this should be represented with after all.