summaryrefslogtreecommitdiff
path: root/plugins/MsgPopup/src
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/MsgPopup/src')
-rw-r--r--plugins/MsgPopup/src/main.cpp2
-rw-r--r--plugins/MsgPopup/src/options.cpp2
-rw-r--r--plugins/MsgPopup/src/stdafx.cxx (renamed from plugins/MsgPopup/src/stdafx.cpp)2
-rw-r--r--plugins/MsgPopup/src/stdafx.h (renamed from plugins/MsgPopup/src/common.h)0
4 files changed, 3 insertions, 3 deletions
diff --git a/plugins/MsgPopup/src/main.cpp b/plugins/MsgPopup/src/main.cpp
index 1bbfba97a2..c04f171573 100644
--- a/plugins/MsgPopup/src/main.cpp
+++ b/plugins/MsgPopup/src/main.cpp
@@ -20,7 +20,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
-#include "common.h"
+#include "stdafx.h"
HINSTANCE hInst;
int hLangpack;
diff --git a/plugins/MsgPopup/src/options.cpp b/plugins/MsgPopup/src/options.cpp
index a57f74a925..ab987af80d 100644
--- a/plugins/MsgPopup/src/options.cpp
+++ b/plugins/MsgPopup/src/options.cpp
@@ -19,7 +19,7 @@ along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
-#include "common.h"
+#include "stdafx.h"
int idOptionControls[4][3] = {
IDC_ASTERISK_FG, IDC_ASTERISK_BG, IDC_TIMEOUT1,
diff --git a/plugins/MsgPopup/src/stdafx.cpp b/plugins/MsgPopup/src/stdafx.cxx
index c5fe5abaad..6fb37564b7 100644
--- a/plugins/MsgPopup/src/stdafx.cpp
+++ b/plugins/MsgPopup/src/stdafx.cxx
@@ -15,4 +15,4 @@ You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "common.h" \ No newline at end of file
+#include "stdafx.h" \ No newline at end of file
diff --git a/plugins/MsgPopup/src/common.h b/plugins/MsgPopup/src/stdafx.h
index 6f7192aca2..6f7192aca2 100644
--- a/plugins/MsgPopup/src/common.h
+++ b/plugins/MsgPopup/src/stdafx.h