[libreoffice-design] Save As file format redundancy

2011-03-21 Thread Jared Meidal
Is it necessary to list the file format extensions twice in the drop down list of file formats when in the Save As dialog box? e.g. ODT Text Document (.odt) (*.odt) is it really necessary to list "odt" twice (or even thrice!)? Thank you! --Jared -- Unsubscribe instructions: E-mail to de

RE: [libreoffice-design] Save As file format redundancy

2011-03-22 Thread Daniel Merker
essage- From: Jared Meidal [mailto:jmei...@worldimpact.org] Sent: Tuesday, March 22, 2011 2:07 AM To: design@libreoffice.org Subject: [libreoffice-design] Save As file format redundancy Is it necessary to list the file format extensions twice in the drop down list of file formats when in the S

RE: [libreoffice-design] Save As file format redundancy

2011-03-22 Thread Christoph Noack
e- > From: Jared Meidal [mailto:jmei...@worldimpact.org] > Sent: Tuesday, March 22, 2011 2:07 AM > To: design@libreoffice.org > Subject: [libreoffice-design] Save As file format redundancy > > Is it necessary to list the file format extensions twice in the drop down >

Re: [libreoffice-design] Save As file format redundancy

2011-03-22 Thread Andy Brown
Christoph Noack wrote: Hi Daniel, hi Jared, I'm having a LibreOffice 3.3.1 on Ubuntu with Gnome specific file dialogs - it only states "ODT Text Document (.odt)". Do you use Windows? If yes, then it might relate to how the entries of this drop-down are created by the operating system: the first

Re: [libreoffice-design] Save As file format redundancy

2011-03-23 Thread Johannes Bausch
As far as I know the entries in the file dialog is created via strings like: static const char *files = "ODT Text Document|*.odt|All files|*.*||"; Windows itself does not automatically add the (.odt) at the end afaik. 2011/3/22 Andy Brown > Christoph Noack wrote: > >> Hi Daniel, hi Jared, >> >>

Re: [libreoffice-design] Save As file format redundancy

2011-03-23 Thread Jaron Kuppers
d recommend the following > to reduce redundancy: > > > > ODT Text Document (.odt) (*.odt) => be changed to => ODT Text Document > (.odt) > > > > -Daniel Merker > > > > > > -Original Message- > > From: Jared Meidal [mailto:jmei...@world

Re: [libreoffice-design] Save As file format redundancy

2011-03-23 Thread Lyle Cochran
Hi All, I do not show duplicate extensions on Win XP LibO 3.3.1. I cleaned the registry before install. Andy might be on to something with left overs from OOo or a earlier ver. LibO. Windows uninstallers are notorious for leaving dead links in the registry. Personally, I think you could do away

Re: [libreoffice-design] Save As file format redundancy

2011-03-24 Thread Jared Meidal
Yes, I believe this is a Windows issue only. I was running Win7 with 3.3.1 when I saw the (*.*) text. On my OpenSUSE-gnome 11.4 with 3.3.1 only (.odt) shows, no asterisk. Thanks! --Jared >>> Lyle Cochran 3/23/2011 5:01 PM >>> Hi All, I do not show duplicate extensions on Win XP LibO 3.3.

Re: [libreoffice-design] Save As file format redundancy

2011-03-24 Thread Cesare Leonardi
On 22/03/2011 07:07, Jared Meidal wrote: Is it necessary to list the file format extensions twice in the drop down list of file formats when in the Save As dialog box? e.g. ODT Text Document (.odt) (*.odt) is it really necessary to list "odt" twice (or even thrice!)? Like others, it doesn't