Fixed compile Problem:

./gui/connect/ConfCertDialog.h:27:42: error: gui/help/browser/HelpBrowser.h: No such file or directory

The file is named "helpbrowser.h" not "HelpBrowser.h"

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3081 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
notdefine 2010-06-07 15:11:44 +00:00
parent 2af2b056f4
commit e73a144c8b

View File

@ -24,7 +24,7 @@
#define _CONFCERTDIALOG_H
#include <QDialog>
#include "gui/help/browser/HelpBrowser.h"
#include "gui/help/browser/helpbrowser.h"
#include "ui_ConfCertDialog.h"