From 1aeb250607a6e3c6be01c73666a17eaf9d3c6b45 Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> Date: Tue, 15 Jul 2008 05:19:32 +0000 Subject: more font fixes git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@424 4f64403b-2f21-0410-a795-97e2b3489a10 --- alarms/alarms.cpp | 2 +- alarms/alarms.mdsp | 9 +++++---- alarms/resource.rc | 10 +++++----- 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/alarms/alarms.cpp b/alarms/alarms.cpp index 2bc769d..d316f58 100644 --- a/alarms/alarms.cpp +++ b/alarms/alarms.cpp @@ -33,7 +33,7 @@ WNDPROC old_clist_wndproc; PLUGININFOEX pluginInfo={ sizeof(PLUGININFOEX), "Alarms", - PLUGIN_MAKE_VERSION(0,4,0,3), + PLUGIN_MAKE_VERSION(0,4,0,4), "Set once-off, daily, weekly and weekday alarms.", "Scott Ellis", "mail@scottellis.com.au", diff --git a/alarms/alarms.mdsp b/alarms/alarms.mdsp index 8684b76..20bb963 100644 --- a/alarms/alarms.mdsp +++ b/alarms/alarms.mdsp @@ -107,8 +107,9 @@ extraResourceOptions= 1=resource.rc [Other] [History] -options.cpp,31167 -trigger.cpp,631 -frame.cpp,2679 ..\..\include\m_genmenu.h,10613 -alarms.cpp,430 +frame.cpp,2679 +trigger.cpp,631 +options.cpp,31167 +alarms.cpp,738 +resource.rc,7006 diff --git a/alarms/resource.rc b/alarms/resource.rc index eead555..4ebce37 100644 --- a/alarms/resource.rc +++ b/alarms/resource.rc @@ -26,10 +26,10 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_AUS // Dialog // -IDD_OPT1 DIALOG 0, 0, 286, 222 +IDD_OPT1 DIALOGEX 0, 0, 286, 222 STYLE DS_SETFONT | DS_FIXEDSYS | DS_CENTER | WS_CHILD EXSTYLE WS_EX_CONTROLPARENT -FONT 8, "MS Shell Dlg" +FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN LISTBOX IDC_ALIST,15,20,164,69,LBS_SORT | LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_TABSTOP PUSHBUTTON "New",IDC_NEW,18,97,50,14 @@ -66,9 +66,9 @@ BEGIN END IDD_DIALOG2 DIALOGEX 0, 0, 381, 234 -STYLE DS_SETFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU +STYLE DS_SETFONT | DS_FIXEDSYS | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU CAPTION "Alarm" -FONT 8, "MS Shell Dlg", 0, 0, 0x0 +FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN DEFPUSHBUTTON "OK",IDOK,138,213,50,14 PUSHBUTTON "Cancel",IDCANCEL,194,213,50,14 @@ -107,7 +107,7 @@ BEGIN END IDD_ALARM DIALOGEX 0, 0, 185, 82 -STYLE DS_SETFONT | DS_3DLOOK | WS_POPUP +STYLE DS_SETFONT | DS_FIXEDSYS | DS_3DLOOK | WS_POPUP EXSTYLE WS_EX_TOOLWINDOW FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN -- cgit v1.2.3