lyx-devel  

Re: r33343 - lyx-devel/trunk/src/frontends/qt4/ui

Enrico Forestieri
Sat, 06 Feb 2010 08:58:36 -0800

On Sat, Feb 06, 2010 at 05:49:39PM +0100, for...@lyx.org wrote:

> Author: forenr
> Date: Sat Feb  6 17:49:38 2010
> New Revision: 33343
> URL: http://www.lyx.org/trac/changeset/33343
> 
> Log:
> Fix shortcut target for the Contents combo.

Jürgen, this is also needed in branch. Without this, the shortcut for the
Content combo in the BibTeX bibliography dialog activates the Style combo.

> Modified:
>    lyx-devel/trunk/src/frontends/qt4/ui/BibtexUi.ui
> 
> Modified: lyx-devel/trunk/src/frontends/qt4/ui/BibtexUi.ui
> ==============================================================================
> --- lyx-devel/trunk/src/frontends/qt4/ui/BibtexUi.ui  Sat Feb  6 15:59:02 
> 2010        (r33342)
> +++ lyx-devel/trunk/src/frontends/qt4/ui/BibtexUi.ui  Sat Feb  6 17:49:38 
> 2010        (r33343)
> @@ -134,7 +134,7 @@
>        <string>&amp;Content:</string>
>       </property>
>       <property name="buddy" >
> -      <cstring>styleCB</cstring>
> +      <cstring>btPrintCO</cstring>
>       </property>
>      </widget>
>     </item>

-- 
Enrico