aboutsummaryrefslogtreecommitdiff
path: root/src/krb5-auth-applet.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/krb5-auth-applet.h')
-rw-r--r--src/krb5-auth-applet.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/krb5-auth-applet.h b/src/krb5-auth-applet.h
index 35679bc..06e45f9 100644
--- a/src/krb5-auth-applet.h
+++ b/src/krb5-auth-applet.h
@@ -28,6 +28,8 @@
#include "config.h"
#include "krb5-auth-pwdialog.h"
+#define KA_NAME _("Network Authentication")
+
G_BEGIN_DECLS
#define KA_TYPE_APPLET (ka_applet_get_type ())
bgstack15