3f66f6a5b3
This keyword is not expanded by Git which means it's not replaced with the correct revision value in the releases made using git-based scripts and it's confusing to have lines with unexpanded "$Id$" in the released files. As expanding them with Git is not that simple (it could be done with git archive and export-subst attribute) and there are not many benefits in having them in the first place, just remove all these lines. If nothing else, this will make an eventual transition to Git simpler. Closes #14487. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74602 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
27 lines
904 B
C
27 lines
904 B
C
///////////////////////////////////////////////////////////////////////////////
|
|
// Name: wx/msw/wince/resources.h
|
|
// Purpose: identifiers shared between resource compiler and eVC
|
|
// Author: Wlodzimierz ABX Skiba
|
|
// Modified by:
|
|
// Created: 01.05.2004
|
|
// Copyright: (c) Wlodzimierz Skiba
|
|
// Licence: wxWindows licence
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
|
|
// Windows CE dummy menu for SHCreateMenuBar()
|
|
#define wxIDM_SHMENU 40000
|
|
|
|
#define IDM_LEFT 40001
|
|
#define IDM_RIGHT 40002
|
|
#define IDM_ITEM 40003
|
|
|
|
#define IDS_EMPTY 40010
|
|
|
|
#define IDR_POPUP_1 40020
|
|
#define IDR_POPUP_2 40021
|
|
|
|
#define IDR_MENUBAR_ONE_BUTTON 40030
|
|
#define IDR_MENUBAR_LEFT_MENU 40031
|
|
#define IDR_MENUBAR_RIGHT_MENU 40032
|
|
#define IDR_MENUBAR_BOTH_MENUS 40033
|