Commit b8f28251 authored by claes's avatar claes

Login opened i no priv

parent 98245af5
/* /*
* Proview $Id: rt_xtt_motif.cpp,v 1.4 2007-05-25 13:36:08 claes Exp $ * Proview $Id: rt_xtt_motif.cpp,v 1.5 2008-06-25 12:34:05 claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB. * Copyright (C) 2005 SSAB Oxelsund AB.
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or
...@@ -667,6 +667,9 @@ XttMotif::XttMotif( int argc, char *argv[], int *return_sts) : ...@@ -667,6 +667,9 @@ XttMotif::XttMotif( int argc, char *argv[], int *return_sts) :
XtRealizeWidget( toplevel); XtRealizeWidget( toplevel);
if ( !xnav->is_authorized( pwr_mAccess_AllRt, 0))
xnav->open_login();
wow = new CoWowMotif( toplevel); wow = new CoWowMotif( toplevel);
if ( !quiet) if ( !quiet)
wow->DisplayWarranty(); wow->DisplayWarranty();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment