diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2015-07-25 19:18:08 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2015-07-25 19:18:08 +0000 |
commit | 7d5be7defe163d9310b98d621dc0de29116a08df (patch) | |
tree | 9d507c5c25dc4720aa0251880e647759733deb30 /plugins/MsgPopup/src | |
parent | a8e117528d873b0129e832cd6f7f23b4b8a6c3ea (diff) |
MsgPopup: common project
git-svn-id: http://svn.miranda-ng.org/main/trunk@14701 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MsgPopup/src')
-rw-r--r-- | plugins/MsgPopup/src/main.cpp | 2 | ||||
-rw-r--r-- | plugins/MsgPopup/src/options.cpp | 2 | ||||
-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 |