Kaydet (Commit) ac2f6018 authored tarafından Jan Holesovsky's avatar Jan Holesovsky

tdf#80866, bnc#835985: Better solution to the original bnc# bug.

The behavior was confusing from the user point of view - the "Default" meant
the handout layout (that by default is 6 slides per page), not any kind of
default.  And it looked like the orientation does not work.

Let's provide better wording instead of "Default" at least.

The ideal would be also to disable the "Order" when "According to layout" is
chosen.   Unfortunately it is not easily possible, as the enabling/disabling
is controlled by the UIControlOptions's mnDependsOnEntry, and that allows only
one value; and we'd need "everything but the 0" there.

Change-Id: Ife98c421bf8f52506a7dc32caea6af6c24ef17c6
üst 7f34c3b8
......@@ -56,7 +56,7 @@ Resource _STR_IMPRESS_PRINT_UI_OPTIONS
{
ItemList [ en-US ] =
{
< "Default" ; > ;
< "According to layout" ; > ;
< "1" ; > ;
< "2" ; > ;
< "3" ; > ;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment