Subversion Repositories filter_foundry

Rev

Rev 182 | Rev 185 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 182 Rev 184
Line 78... Line 78...
78
                title = "Filter Foundry";
78
                title = "Filter Foundry";
79
        }
79
        }
80
        return MessageBox(NULL,s,title,MB_TASKMODAL|MB_ICONERROR|MB_OK) == IDOK;
80
        return MessageBox(NULL,s,title,MB_TASKMODAL|MB_ICONERROR|MB_OK) == IDOK;
81
}
81
}
82
 
82
 
-
 
83
Boolean showmessage(char *s){
-
 
84
        char* title;
-
 
85
        if (gdata && gdata->standalone) {
-
 
86
                title = INPLACEP2CSTR(gdata->parm.title);
-
 
87
        } else {
-
 
88
                title = "Filter Foundry";
-
 
89
        }
-
 
90
        return MessageBox(NULL,s,title,MB_TASKMODAL|MB_ICONINFORMATION|MB_OK) == IDOK;
-
 
91
}
-
 
92
 
83
INT_PTR CALLBACK maindlgproc(HWND hDlg, UINT wMsg, WPARAM wParam, LPARAM lParam);
93
INT_PTR CALLBACK maindlgproc(HWND hDlg, UINT wMsg, WPARAM wParam, LPARAM lParam);
84
 
94
 
85
INT_PTR CALLBACK maindlgproc(HWND hDlg, UINT wMsg, WPARAM wParam, LPARAM lParam){
95
INT_PTR CALLBACK maindlgproc(HWND hDlg, UINT wMsg, WPARAM wParam, LPARAM lParam){
86
        static POINT origpos;
96
        static POINT origpos;
87
        static Point origscroll;
97
        static Point origscroll;