Files
libreoffice/sw/source/ui/misc/docfnote.src
Caolán McNamara f046e85cc9 convert end/footnote dialog to .ui
Change-Id: I22c7e030a77f125f70b1b532b3c07c5a405b18b0
2012-10-30 15:16:09 +00:00

59 lines
1.8 KiB
Plaintext

/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
*
* This file is part of OpenOffice.org.
*
* OpenOffice.org is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License version 3
* only, as published by the Free Software Foundation.
*
* OpenOffice.org is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License version 3 for more details
* (a copy is included in the LICENSE file that accompanied this code).
*
* You should have received a copy of the GNU Lesser General Public License
* version 3 along with OpenOffice.org. If not, see
* <http://www.openoffice.org/license.html>
* for a copy of the LGPLv3 License.
*
************************************************************************/
#include "misc.hrc"
#include "helpid.h"
#include "cmdid.h"
#include "frmui.hrc"
TabDialog DLG_DOC_FOOTNOTE
{
OutputSize = TRUE ;
SVLook = TRUE ;
Text [ en-US ] = "Footnotes/Endnotes Settings" ;
Moveable = TRUE ;
Sizeable = TRUE ;
TabControl 1
{
OutputSize = TRUE ;
PageList =
{
PageItem
{
Identifier = TP_FOOTNOTEOPTION ;
PageResID = TP_FOOTNOTEOPTION ;
Text [ en-US ] = "Footnotes" ;
};
PageItem
{
Identifier = TP_ENDNOTEOPTION ;
PageResID = TP_ENDNOTEOPTION ;
Text [ en-US ] = "Endnotes" ;
};
};
};
};