- Not loading/applying options everytime we show options window anymore...

- Fixed ip filter
- Updated version number
- Disabled debug mode
*** Release is approaching :) ***
This commit is contained in:
Christophe Dumez
2006-10-12 16:02:56 +00:00
parent d16d30a350
commit df2d5fa741
6 changed files with 21 additions and 24 deletions

View File

@@ -23,7 +23,7 @@
#define ABOUT_H
#include "ui_about.h"
#define VERSION "v0.7.0rc5"
#define VERSION "v0.7.0rc6"
class about : public QDialog, private Ui::AboutDlg{
Q_OBJECT