prefdialog.cpp revision aee78213e9f20fc67974eb07e7055fb7a2f2af97
/*
* Authors:
* Ted Gould <ted@gould.cx>
*
* Copyright (C) 2005-2006 Authors
*
* Released under GNU GPL, read the file 'COPYING' for more information
*/
#include "../dialogs/dialog-events.h"
#include "prefdialog.h"
#include "helpdialog.h"
namespace Inkscape {
namespace Extension {
{
help_button->set_sensitive(false);
ok->grab_focus();
return;
}
int
PrefDialog::run (void) {
}
}
return resp;
}
}; }; /* namespace Inkscape, Extension */
/*
Local Variables:
mode:c++
c-file-style:"stroustrup"
c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
indent-tabs-mode:nil
fill-column:99
End:
*/
// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4 :