about.src (ca04f111) about.src (7168672c)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 60 unchanged lines hidden (view full) ---

69 {
70 Left = TRUE ;
71 Text = "http://www.openoffice.org/welcome/credits.html";
72 };
73 String RID_CUI_ABOUT_STR_COPYRIGHT
74 {
75 Text[ en-US ] = "Copyright © 2012 Apache Software Foundation.\nAll rights reserved.\n\nThis product was created by %OOOVENDOR, based on Apache OpenOffice.\nApache OpenOffice acknowledges all community members, especially those mentioned at";
76 };
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 60 unchanged lines hidden (view full) ---

69 {
70 Left = TRUE ;
71 Text = "http://www.openoffice.org/welcome/credits.html";
72 };
73 String RID_CUI_ABOUT_STR_COPYRIGHT
74 {
75 Text[ en-US ] = "Copyright © 2012 Apache Software Foundation.\nAll rights reserved.\n\nThis product was created by %OOOVENDOR, based on Apache OpenOffice.\nApache OpenOffice acknowledges all community members, especially those mentioned at";
76 };
77
78 Image RID_CUI_ABOUT_LOGO
79 {
80 ImageBitmap = Bitmap { File = "orb.png"; };
81 };
82};
83
84
85#define TAB_WIDTH 290
86#define TAB_HEIGHT 270
87
88#define CTRL_MARGIN 3
89#define DLG_WIDTH CTRL_MARGIN + TAB_WIDTH + CTRL_MARGIN

--- 65 unchanged lines hidden ---
77};
78
79
80#define TAB_WIDTH 290
81#define TAB_HEIGHT 270
82
83#define CTRL_MARGIN 3
84#define DLG_WIDTH CTRL_MARGIN + TAB_WIDTH + CTRL_MARGIN

--- 65 unchanged lines hidden ---