diff options
author | George Hazan <ghazan@miranda.im> | 2016-12-23 21:11:37 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2016-12-23 21:11:37 +0300 |
commit | 8e9ae3e26313af8914379a186389d0e0b88bbce1 (patch) | |
tree | 5ba6eca208be4cf393473413389313e51c3de1b7 /plugins/Scriver/src | |
parent | b16718fb5ee5e3c30c73449287be3ad4ed141082 (diff) |
header file to be renamed too
Diffstat (limited to 'plugins/Scriver/src')
-rw-r--r-- | plugins/Scriver/src/stdafx.h | 2 | ||||
-rw-r--r-- | plugins/Scriver/src/tabs.h (renamed from plugins/Scriver/src/msgwindow.h) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Scriver/src/stdafx.h b/plugins/Scriver/src/stdafx.h index b46f88eadb..45b704105c 100644 --- a/plugins/Scriver/src/stdafx.h +++ b/plugins/Scriver/src/stdafx.h @@ -74,7 +74,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "sendqueue.h"
#include "msgs.h"
#include "globals.h"
-#include "msgwindow.h"
+#include "tabs.h"
#include "utils.h"
#include "input.h"
#include "richutil.h"
diff --git a/plugins/Scriver/src/msgwindow.h b/plugins/Scriver/src/tabs.h index ca2e643e7c..ca2e643e7c 100644 --- a/plugins/Scriver/src/msgwindow.h +++ b/plugins/Scriver/src/tabs.h |