From e513888b27ca019e87cfb508c63d9a3f455e2508 Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Mon, 9 Feb 2009 22:22:24 +0000 Subject: Rename X11 resource file to avoid name conflict on Mac in in-place build git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@21930 dc483132-0cff-0310-8789-dd5450dbe970 --- src/kadmin/passwd/Kpasswd | 46 ------------------------------------------- src/kadmin/passwd/Kpasswd.res | 46 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 46 insertions(+), 46 deletions(-) delete mode 100644 src/kadmin/passwd/Kpasswd create mode 100644 src/kadmin/passwd/Kpasswd.res (limited to 'src') diff --git a/src/kadmin/passwd/Kpasswd b/src/kadmin/passwd/Kpasswd deleted file mode 100644 index a7ec03161a..0000000000 --- a/src/kadmin/passwd/Kpasswd +++ /dev/null @@ -1,46 +0,0 @@ -*xm_ovpasswd.title: PW-CHG-GUI -*form.shadowThickness: 2 - -*foreground: black -*background: grey80 -*topShadowColor: grey95 -*bottomShadowColor: grey20 -*fontList: -*-helvetica-medium-r-*-*-14-* -*main_lbl.fontList: -*-helvetica-bold-r-*-*-14-* -*XmForm.Spacing: 5 - -*main_lbl.labelString: Changing password. -*old_lbl.labelString: Old password: -*new_lbl.labelString: New password: -*again_lbl.labelString: New password (again): -*sep.leftOffset: 0 -*sep.rightOffset: 0 -*Quit.labelString: Quit -*Help.labelString: Help - -*main_lbl.alignment: ALIGNMENT_CENTER -*lbl_form*alignment: ALIGNMENT_END -*scroll_win.shadowThickness: 0 - -*scroll_text.value: \ -Enter your old password below, and press return. You will not be able to see what you\n\ -are typing. After correctly entering your old password, you will be prompted twice for\n\ -your new password. Other messages and directions will appear in this space as necessary. -*scroll_text.rows: 5 -*scroll_text.columns: 66 -*scroll_text.scrollHorizontal: FALSE -*scroll_text.cursorPositionVisible: FALSE - -*help_dlg_popup.title: PW-CHG-GUI Help -*help_dlg.messageString: \ -Welcome to the Kerberos password changing GUI.\n\ -\n\ -In the main window, enter your old password when prompted. After verifying\n\ -your old password, the policy governing your password will be displayed, and\n\ -you will be prompted for a new password. You will then be asked to enter it\n\ -a second time, to make sure you have not made any typos. Assuming that\n\ -your new password complies with your password policy, you should receive\n\ -an acknowledgement that your password has been changed.\n\ -\n\ -If an error occurs, the process will start over from the beginning. You may\n\ -exit the application at any time by pressing the "Quit" button. diff --git a/src/kadmin/passwd/Kpasswd.res b/src/kadmin/passwd/Kpasswd.res new file mode 100644 index 0000000000..a7ec03161a --- /dev/null +++ b/src/kadmin/passwd/Kpasswd.res @@ -0,0 +1,46 @@ +*xm_ovpasswd.title: PW-CHG-GUI +*form.shadowThickness: 2 + +*foreground: black +*background: grey80 +*topShadowColor: grey95 +*bottomShadowColor: grey20 +*fontList: -*-helvetica-medium-r-*-*-14-* +*main_lbl.fontList: -*-helvetica-bold-r-*-*-14-* +*XmForm.Spacing: 5 + +*main_lbl.labelString: Changing password. +*old_lbl.labelString: Old password: +*new_lbl.labelString: New password: +*again_lbl.labelString: New password (again): +*sep.leftOffset: 0 +*sep.rightOffset: 0 +*Quit.labelString: Quit +*Help.labelString: Help + +*main_lbl.alignment: ALIGNMENT_CENTER +*lbl_form*alignment: ALIGNMENT_END +*scroll_win.shadowThickness: 0 + +*scroll_text.value: \ +Enter your old password below, and press return. You will not be able to see what you\n\ +are typing. After correctly entering your old password, you will be prompted twice for\n\ +your new password. Other messages and directions will appear in this space as necessary. +*scroll_text.rows: 5 +*scroll_text.columns: 66 +*scroll_text.scrollHorizontal: FALSE +*scroll_text.cursorPositionVisible: FALSE + +*help_dlg_popup.title: PW-CHG-GUI Help +*help_dlg.messageString: \ +Welcome to the Kerberos password changing GUI.\n\ +\n\ +In the main window, enter your old password when prompted. After verifying\n\ +your old password, the policy governing your password will be displayed, and\n\ +you will be prompted for a new password. You will then be asked to enter it\n\ +a second time, to make sure you have not made any typos. Assuming that\n\ +your new password complies with your password policy, you should receive\n\ +an acknowledgement that your password has been changed.\n\ +\n\ +If an error occurs, the process will start over from the beginning. You may\n\ +exit the application at any time by pressing the "Quit" button. -- cgit