2002-09-05 14:10:50 +00:00
|
|
|
/**
|
|
|
|
* \file ControlUrl.C
|
2002-09-05 15:14:23 +00:00
|
|
|
* This file is part of LyX, the document processor.
|
|
|
|
* Licence details can be found in the file COPYING.
|
2001-03-23 18:46:11 +00:00
|
|
|
*
|
2002-09-05 14:10:50 +00:00
|
|
|
* \author Angus Leeming
|
2001-03-23 18:46:11 +00:00
|
|
|
*
|
2002-09-05 14:10:50 +00:00
|
|
|
* Full author contact details are available in file CREDITS
|
2001-03-23 18:46:11 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
#include <config.h>
|
|
|
|
|
|
|
|
#ifdef __GNUG__
|
|
|
|
#pragma implementation
|
|
|
|
#endif
|
|
|
|
|
2002-05-29 16:21:03 +00:00
|
|
|
#include "ControlUrl.h"
|
2001-03-23 18:46:11 +00:00
|
|
|
|
|
|
|
|
|
|
|
ControlUrl::ControlUrl(LyXView & lv, Dialogs & d)
|
|
|
|
: ControlCommand(lv, d, LFUN_INSERT_URL)
|
2002-06-18 15:44:30 +00:00
|
|
|
{}
|