1*858b8bccSAndrew Rist/************************************************************** 2cdf0e10cSrcweir * 3*858b8bccSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one 4*858b8bccSAndrew Rist * or more contributor license agreements. See the NOTICE file 5*858b8bccSAndrew Rist * distributed with this work for additional information 6*858b8bccSAndrew Rist * regarding copyright ownership. The ASF licenses this file 7*858b8bccSAndrew Rist * to you under the Apache License, Version 2.0 (the 8*858b8bccSAndrew Rist * "License"); you may not use this file except in compliance 9*858b8bccSAndrew Rist * with the License. You may obtain a copy of the License at 10*858b8bccSAndrew Rist * 11*858b8bccSAndrew Rist * http://www.apache.org/licenses/LICENSE-2.0 12*858b8bccSAndrew Rist * 13*858b8bccSAndrew Rist * Unless required by applicable law or agreed to in writing, 14*858b8bccSAndrew Rist * software distributed under the License is distributed on an 15*858b8bccSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16*858b8bccSAndrew Rist * KIND, either express or implied. See the License for the 17*858b8bccSAndrew Rist * specific language governing permissions and limitations 18*858b8bccSAndrew Rist * under the License. 19*858b8bccSAndrew Rist * 20*858b8bccSAndrew Rist *************************************************************/ 21*858b8bccSAndrew Rist 22*858b8bccSAndrew Rist 23cdf0e10cSrcweir 24cdf0e10cSrcweir#include "../inc/helpid.hrc" // HID_XXX 25cdf0e10cSrcweir 26cdf0e10cSrcweirhidspecial HID_BACKINGWINDOW { HelpID = HID_BACKINGWINDOW; }; 27cdf0e10cSrcweirhidspecial HID_LICENSEDIALOG { HelpID = HID_LICENSEDIALOG; }; 28cdf0e10cSrcweirhidspecial HID_STATUSBAR { HelpID = HID_STATUSBAR; }; 29