diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2022-10-28 01:50:52 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2022-10-28 01:50:52 +0200 |
commit | a5d7db3b2c6171ea9e76b84155d2dfb66c243e5a (patch) | |
tree | a5f9e2fe200a352b74d2b530799804046978a9a6 /debian/pinentry-tqt/pinentry-tqt-1.2.1/w32/resource.h | |
parent | c73404a3ea7fc92ba572dd31849727ba7f46b93f (diff) | |
download | extra-dependencies-a5d7db3b2c6171ea9e76b84155d2dfb66c243e5a.tar.gz extra-dependencies-a5d7db3b2c6171ea9e76b84155d2dfb66c243e5a.zip |
pinentry-tqt: updated based on upstream version 1.2.1.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'debian/pinentry-tqt/pinentry-tqt-1.2.1/w32/resource.h')
-rw-r--r-- | debian/pinentry-tqt/pinentry-tqt-1.2.1/w32/resource.h | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/debian/pinentry-tqt/pinentry-tqt-1.2.1/w32/resource.h b/debian/pinentry-tqt/pinentry-tqt-1.2.1/w32/resource.h new file mode 100644 index 00000000..4311bf3e --- /dev/null +++ b/debian/pinentry-tqt/pinentry-tqt-1.2.1/w32/resource.h @@ -0,0 +1,25 @@ +/* resource.h + * Copyright 2004 g10 Code GmbH + * + * This file is free software; as a special exception the author gives + * unlimited permission to copy and/or distribute it, with or without + * modifications, as long as this notice is preserved. + * + * This file is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY, to the extent permitted by law; without even the + * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * SPDX-License-Identifier: FSFULLR + */ + +#define IDD_PINENT 101 +#define IDC_PINENT_TEXT 292 +#define IDC_PINENT_DESC 1000 +#define IDC_PINENT_ERR 1001 +#define IDC_PINENT_PROMPT 1002 +#define IDC_PINENT_ICON 1003 + +#define IDB_ICON_32 3101 +#define IDB_ICON_48 3102 +#define IDB_ICON_64 3103 +#define IDB_ICON_96 3104 +#define IDB_ICON_128 3105 |