1
0
mirror of https://github.com/fwbuilder/fwbuilder synced 2026-03-25 12:47:44 +01:00

* TutorialDialog.cpp (TutorialDialog::TutorialDialog): in-program

tutorial "Getting Started". Activated using menu Help/Tutorial.
Refs #1217
This commit is contained in:
Vadim Kurland 2010-02-26 03:14:44 +00:00
parent 89fd8d8f0f
commit 7097862b08
3 changed files with 56 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2010-02-25 Roman Bovsunivkiy a2k0001@gmail.com
* TutorialDialog.cpp (TutorialDialog::TutorialDialog): in-program
tutorial "Getting Started". Activated using menu Help/Tutorial.
Refs #1217
2010-02-19 vadim <vadim@vk.crocodile.org>
* ProjectPanel_state_ops.cpp (ProjectPanel::loadState): refs #1236

View File

@ -1,3 +1,28 @@
/*
Firewall Builder
Copyright (C) 2010 NetCitadel, LLC
Author: Roman Bovsunivkiy a2k0001@gmail.com
$Id$
This program is free software which we release under the GNU General Public
License. You may redistribute and/or modify this program under the terms
of that license as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
To get a copy of the GNU General Public License, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include "TutorialDialog.h"
#include "ui_TutorialDialog.h"

View File

@ -1,3 +1,28 @@
/*
Firewall Builder
Copyright (C) 2010 NetCitadel, LLC
Author: Roman Bovsunivkiy a2k0001@gmail.com
$Id$
This program is free software which we release under the GNU General Public
License. You may redistribute and/or modify this program under the terms
of that license as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
To get a copy of the GNU General Public License, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#ifndef TUTORIALDIALOG_H
#define TUTORIALDIALOG_H