diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2005-02-24 14:21:10 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2005-02-24 14:21:10 +0000 |
commit | 82969957eea2ca48a15d9d54602ae6b75a4b322c (patch) | |
tree | 2bf6b90ef6ebbca6efb103d660a3fe48b3a41ac8 | |
parent | f1dd4a90e9c7d13137c01ce740e0edd169b0dae4 (diff) |
INTEGRATION: CWS nodirectxui (1.14.314); FILE MERGED
2005/02/21 13:16:23 fs 1.14.314.2: new strings for #i43061#
2005/02/18 15:08:42 fs 1.14.314.1: #i43061# option to enable or disable usage of DirectX (UI strings still preliminary)
-rw-r--r-- | svx/source/dialog/optgdlg.src | 21 |
1 files changed, 18 insertions, 3 deletions
diff --git a/svx/source/dialog/optgdlg.src b/svx/source/dialog/optgdlg.src index a00118d6fe2f..21bab8a41b7b 100644 --- a/svx/source/dialog/optgdlg.src +++ b/svx/source/dialog/optgdlg.src @@ -2,9 +2,9 @@ * * $RCSfile: optgdlg.src,v $ * - * $Revision: 1.14 $ + * $Revision: 1.15 $ * - * last change: $Author: pjunck $ $Date: 2004-10-27 16:12:03 $ + * last change: $Author: vg $ $Date: 2005-02-24 15:21:10 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -58,7 +58,6 @@ * * ************************************************************************/ - // include --------------------------------------------------------------- #include "dialogs.hrc" @@ -364,6 +363,22 @@ TabPage OFA_TP_VIEW Text [ en-US ] = "Show font h~istory" ; }; + FixedLine FL_RENDERING + { + Pos = MAP_APPFONT ( 6 , ROW_FL_REDERING ) ; + Size = MAP_APPFONT ( 120 , 8 ) ; + Text [ de ] = "Grafikausgabe" ; + Text [ en-US ] = "Graphics output"; + }; + + CheckBox CB_USE_HARDACCELL + { + Pos = MAP_APPFONT ( 12, ROW_CB_USE_HARDACCELL ) ; + Size = MAP_APPFONT ( 118 , 8 ) ; + Text [ de ] = "Hardwarebeschleunigung verwenden" ; + Text [ en-US ] = "Use hardware acceleration" ; + }; + FixedLine FL_WORKINGSET { Pos = MAP_APPFONT ( 133 , 3 ) ; |