Swedish translation for UNIX vncviewer GUI completed


git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@122 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/vncviewer_unix/PasswdDialog.h b/vncviewer_unix/PasswdDialog.h
index 3c1ee8d..2654319 100644
--- a/vncviewer_unix/PasswdDialog.h
+++ b/vncviewer_unix/PasswdDialog.h
@@ -30,9 +30,9 @@
 public:
   PasswdDialog(Display* dpy, const char* title, bool userDisabled)
     : TXDialog(dpy, 320, 100, title, true),
-      userLabel(dpy, "Username:", this, 120),
+      userLabel(dpy, _("Username:"), this, 120),
       userEntry(dpy, this, this, false, 180),
-      passwdLabel(dpy, "Password:", this, 120),
+      passwdLabel(dpy, _("Password:"), this, 120),
       passwdEntry(dpy, this, this, true, 180)
   {
     userLabel.move(0, 20);