mirror of
https://github.com/yuanyuanxiang/SimpleRemoter.git
synced 2026-01-30 11:13:13 +08:00
Feature: Add language support (beta, not completed)
This commit is contained in:
@@ -2,10 +2,11 @@
|
||||
#include <vector>
|
||||
#include <map>
|
||||
#include <afxwin.h>
|
||||
#include "LangManager.h"
|
||||
|
||||
#define WM_CHILD_CLOSED (WM_USER + 100)
|
||||
|
||||
class CGridDialog : public CDialog
|
||||
class CGridDialog : public CDialogLang
|
||||
{
|
||||
public:
|
||||
CGridDialog();
|
||||
|
||||
Reference in New Issue
Block a user