blob: 09a58f6a05fe473a8c896a8874076ce9ff10c3b4 [file] [log] [blame]
/**************************************************************
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*
*************************************************************/
#include "ribbar.hrc"
#include "cmdid.h"
Menu MN_ANCHOR_POPUP
{
ItemList =
{
MenuItem
{
_MenuItemFlags = MIB_RADIOCHECK ;
RadioCheck = TRUE ;
Identifier = FN_TOOL_ANKER_PAGE ;
Text [ en-US ] = "To Page" ;
};
MenuItem
{
_MenuItemFlags = MIB_RADIOCHECK ;
RadioCheck = TRUE ;
Identifier = FN_TOOL_ANKER_PARAGRAPH ;
Text [ en-US ] = "To Paragraph" ;
};
MenuItem
{
_MenuItemFlags = MIB_RADIOCHECK ;
RadioCheck = TRUE ;
Identifier = FN_TOOL_ANKER_AT_CHAR ;
Text [ en-US ] = "To Character" ;
};
MenuItem
{
_MenuItemFlags = MIB_RADIOCHECK ;
RadioCheck = TRUE ;
Identifier = FN_TOOL_ANKER_CHAR ;
Text [ en-US ] = "As Character" ;
};
MenuItem
{
_MenuItemFlags = MIB_RADIOCHECK ;
RadioCheck = TRUE ;
Identifier = FN_TOOL_ANKER_FRAME ;
Text [ en-US ] = "To Frame" ;
};
};
};