~ubuntu-branches/ubuntu/maverick/krb5/maverick

« back to all changes in this revision

Viewing changes to src/windows/identity/help/khhelp.h

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2006-10-30 10:28:53 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20061030102853-x7v876vw4af46v0m
Tags: 1.4.4-3ubuntu1
* Merge with Debian; only Ubuntu change:
  - src/include/k5-thread.h: Define__USE_GNU when #include'ing pthread.h to
    fix FTBFS (from 1.4.3-9ubuntu1).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
1
#define IDH_WELCOME                1000
3
 
#define IDH_MENU_FILE              1001
4
 
#define IDH_MENU_CRED              1002
5
 
#define IDH_MENU_VIEW              1003
6
 
#define IDH_MENU_OPTIONS           1004
7
 
#define IDH_MENU_HELP              1005
 
2
#define IDH_WIN_MAIN               1001
 
3
 
 
4
#define IDH_MENU_FILE              1501
 
5
#define IDH_MENU_CRED              1502
 
6
#define IDH_MENU_VIEW              1503
 
7
#define IDH_MENU_OPTIONS           1504
 
8
#define IDH_MENU_HELP              1505
8
9
 
9
10
#define IDH_ACTION_PROPERTIES      2000
10
11
#define IDH_ACTION_EXIT            2001
21
22
#define IDH_ACTION_OPT_KHIM        2012
22
23
#define IDH_ACTION_OPT_INIT        2013
23
24
#define IDH_ACTION_OPT_NOTIF       2014
 
25
 
 
26
#define IDH_NC_CREDWND             3000
 
27
#define IDH_NC_OK                  3001
 
28
#define IDH_NC_CANCEL              3002
 
29
#define IDH_NC_HELP                3003
 
30
#define IDH_NC_TABBUTTON           3004
 
31
#define IDH_NC_OPTIONS             3005
 
32
#define IDH_NC_TABMAIN             3006
 
33
#define IDH_NC_SETDEF              3007