From: Günther Deschner Date: Tue, 12 May 2009 21:47:21 +0000 (+0200) Subject: s3-netdomjoin-gui: Fix join prompt dialog test. X-Git-Tag: tdb-1.1.5~601 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d3a9ee689d636f13f7935d1ddfccfdd4f4e8527a;p=thirdparty%2Fsamba.git s3-netdomjoin-gui: Fix join prompt dialog test. Guenther --- diff --git a/source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c b/source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c index 2af4eddaa34..7652b4584cc 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); }