mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
51c74d82a9
New: PathStripPath, PathMakeUniqueName, PathStripToRoot, PathGetShortPath, PathParseIconLocation, PathRemoveExtension, PathRemoveArgs, PathAppend, PathBuildRoot, PathCanonicalize, PathFindNextComponent, PathRemoveFileSpec.
29 lines
639 B
C
29 lines
639 B
C
#ifndef __WINE_SHELL_RES_H
|
|
#define __WINE_SHELL_RES_H
|
|
|
|
/*
|
|
columntitles for the shellview
|
|
*/
|
|
#define IDS_SHV_COLUMN1 7
|
|
#define IDS_SHV_COLUMN2 8
|
|
#define IDS_SHV_COLUMN3 9
|
|
#define IDS_SHV_COLUMN4 10
|
|
#define IDS_SHV_COLUMN5 11
|
|
#define IDS_SHV_COLUMN6 12
|
|
#define IDS_SHV_COLUMN7 13
|
|
|
|
#define IDS_DESKTOP 20
|
|
#define IDS_MYCOMPUTER 21
|
|
|
|
#define IDS_SELECT 22
|
|
#define IDS_OPEN 23
|
|
#define IDS_VIEW_LARGE 24
|
|
#define IDS_VIEW_SMALL 25
|
|
#define IDS_VIEW_LIST 26
|
|
#define IDS_VIEW_DETAILS 27
|
|
|
|
#define IDS_CREATEFOLDER_DENIED 30
|
|
#define IDS_CREATEFOLDER_CAPTION 31
|
|
#define IDS_DELETEFOLDER_TEXT 32
|
|
#define IDS_DELETEFOLDER_CAPTION 33
|
|
#endif
|