~logan/ubuntu/wily/pinentry/0.9.2

« back to all changes in this revision

Viewing changes to w32/resource.h

  • Committer: Logan Rosen
  • Date: 2015-05-26 02:53:55 UTC
  • mfrom: (4.1.8 sid)
  • Revision ID: logan@ubuntu.com-20150526025355-xv8gmurkxvx2qai1
Tags: 0.9.2-1ubuntu1
* Merge from Debian unstable. Remaining changes:
  - debian/patches/kubuntu_fix_stayontop.diff: Make pinentry stay on top.
* Refresh patch.
* debian/rules: Install README.Debian in all packages instead of using
  symlinks.
* new upstream version (Closes: #516489)
* add pinentry-tty package (Closes: #782888)
* debian/copyright: use DEP5
* use --enable-pinentry-qt4-clipboard (Closes: #637029)
* terminate politely if TTY vanishes (Closes: #559936)
* use dh-autoreconf
* New Upstream Release
* Bringing package under team maintenance, with Peter's agreement.
* Non-maintainer upload
* new upstream release (Closes: #765532)
* bumped Standards-Version to 3.9.6 (no changes needed)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* resource.h 
 
1
/* resource.h
2
2
 *       Copyright 2004 g10 Code GmbH
3
 
 *              
 
3
 *
4
4
 * This file is free software; as a special exception the author gives
5
5
 * unlimited permission to copy and/or distribute it, with or without
6
6
 * modifications, as long as this notice is preserved.
15
15
#define IDC_PINENT_DESC                 1000
16
16
#define IDC_PINENT_ERR                  1001
17
17
#define IDC_PINENT_PROMPT               1002
 
18
#define IDC_PINENT_ICON                 1003
 
19
 
 
20
#define IDB_ICON_32                     3101
 
21
#define IDB_ICON_48                     3102
 
22
#define IDB_ICON_64                     3103
 
23
#define IDB_ICON_96                     3104
 
24
#define IDB_ICON_128                    3105