Re: alexp - r29580 - abiword/trunk/src/af/xap/win

From: Kathiravelu Pradeeban <kk.pradeeban_at_gmail.com>
Date: Sat Feb 26 2011 - 16:04:35 CET

Congratz on your first commit Alex.
Cheers and good luck!

Thank you.
Regards,
Pradeeban.

On Sat, Feb 26, 2011 at 8:31 PM, <cvs@abisource.com> wrote:
>
> Author: alexp
> Date: 2011-02-26 16:01:43 +0100 (Sat, 26 Feb 2011)
> New Revision: 29580
>
> Modified:
>   abiword/trunk/src/af/xap/win/xap_Win32Dlg_FileOpenSaveAs.cpp
> Log:
> Test commit: removed extension list from 'All Documents' item (made dropdown ungodly wide on Vista+; useless anyway)
>
> Modified: abiword/trunk/src/af/xap/win/xap_Win32Dlg_FileOpenSaveAs.cpp
> ===================================================================
> --- abiword/trunk/src/af/xap/win/xap_Win32Dlg_FileOpenSaveAs.cpp        2011-02-26 13:05:31 UTC (rev 29579)
> +++ abiword/trunk/src/af/xap/win/xap_Win32Dlg_FileOpenSaveAs.cpp        2011-02-26 15:01:43 UTC (rev 29580)
> @@ -172,7 +172,6 @@
>
>        // all supported files filter
>        sFilter += m_id == XAP_DIALOG_ID_INSERT_PICTURE ? pSS->getValue(XAP_STRING_ID_DLG_FOSA_ALLIMAGES) : pSS->getValue(XAP_STRING_ID_DLG_FOSA_ALLDOCS);
> -       sFilter += " (" + sAllSuffixes + ")";
>        sFilter += '\0';                                // include the trailing 0
>        sFilter += sAllSuffixes;
>        sFilter += '\0';                                // include the trailing 0
>
> -----------------------------------------------
> To unsubscribe from this list, send a message to
> abisource-cvs-commit-request@abisource.com with the word
> unsubscribe in the message body.
>

-- 
Kathiravelu Pradeeban.
Software Engineer.
WSO2 Inc.
Blog: [Llovizna] http://kkpradeeban.blogspot.com/
Received on Sat Feb 26 16:05:05 2011

This archive was generated by hypermail 2.1.8 : Sat Feb 26 2011 - 16:05:05 CET