annotate main.h @ 8:58a3312a1c59

add internationalization support add German translation --HG-- rename : pk-update-icon.desktop => pk-update-icon.desktop.in
author Guido Berhoerster <guido@berhoerster.name>
date Tue, 11 Oct 2011 17:07:49 +0200
parents f8ad23e60000
children db42ea75e9ff
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3
f8ad23e60000 code rework, show notify window just once
Pavol Rusnak <stick@gk2.sk>
parents:
diff changeset
1 #ifndef MAIN_H
f8ad23e60000 code rework, show notify window just once
Pavol Rusnak <stick@gk2.sk>
parents:
diff changeset
2 #define MAIN_H 1
f8ad23e60000 code rework, show notify window just once
Pavol Rusnak <stick@gk2.sk>
parents:
diff changeset
3
f8ad23e60000 code rework, show notify window just once
Pavol Rusnak <stick@gk2.sk>
parents:
diff changeset
4 struct UpdatesInfo {
f8ad23e60000 code rework, show notify window just once
Pavol Rusnak <stick@gk2.sk>
parents:
diff changeset
5 int normal;
f8ad23e60000 code rework, show notify window just once
Pavol Rusnak <stick@gk2.sk>
parents:
diff changeset
6 int critical;
f8ad23e60000 code rework, show notify window just once
Pavol Rusnak <stick@gk2.sk>
parents:
diff changeset
7 };
f8ad23e60000 code rework, show notify window just once
Pavol Rusnak <stick@gk2.sk>
parents:
diff changeset
8
f8ad23e60000 code rework, show notify window just once
Pavol Rusnak <stick@gk2.sk>
parents:
diff changeset
9 #endif