From d3a9ee689d636f13f7935d1ddfccfdd4f4e8527a Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 12 May 2009 23:47:21 +0200 Subject: s3-netdomjoin-gui: Fix join prompt dialog test. Guenther --- source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/lib/netapi') diff --git a/source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c b/source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c index 2af4eddaa3..7652b4584c 100644 --- a/source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c +++ b/source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c @@ -746,7 +746,7 @@ static void callback_do_join(GtkWidget *widget, if (!state->account || !state->password) { debug("callback_do_join: no creds yet\n"); callback_creds_prompt(NULL, state, - "Enter the name and password of an account with permission to leave the domain.", + "Enter the name and password of an account with permission to join the domain.", callback_do_storeauth_and_continue); } -- cgit