commitmonitor Code
Monitor your SVN repositories and notifies you on new commits
Brought to you by:
steveking
changed | /trunk/src/CommitMonitor.rc |
changed | /trunk/src/CommitMonitor.vcxproj |
changed | /trunk/src/CommitMonitor.vcxproj.filters |
changed | /trunk/src/OptionsDlg.cpp |
changed | /trunk/src/resource.h |
changed | /trunk/src/who-is-who.example |
--- a/trunk/src/CommitMonitor.rc +++ b/trunk/src/CommitMonitor.rc @@ -174,11 +174,12 @@ "Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,240,283,10 PUSHBUTTON "&Save projects...",IDC_EXPORT,6,264,85,14 PUSHBUTTON "&Load projects...",IDC_IMPORT,103,264,85,14 - LTEXT "",IDC_AEROLABEL,7,280,10,3 + LTEXT "",IDC_AEROLABEL,7,280,10,0 DEFPUSHBUTTON "OK",IDOK,344,285,50,14 PUSHBUTTON "Cancel",IDCANCEL,396,285,50,14 CONTROL "Scroll to earliest unread item, when project is selected",IDC_SCROLLTOLASTUNREAD, "Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,251,189,10 + PUSHBUTTON "Configure Author Aliases...",IDC_SETUP_ALIASES,7,285,181,14 END IDD_FINDBAR DIALOGEX 0, 0, 246, 21 @@ -260,6 +261,7 @@ LEFTMARGIN, 7 RIGHTMARGIN, 446 VERTGUIDE, 180 + VERTGUIDE, 188 VERTGUIDE, 426 VERTGUIDE, 430 TOPMARGIN, 7 @@ -453,6 +455,13 @@ ///////////////////////////////////////////////////////////////////////////// // +// WHOSWHO +// + +IDR_WHOSWHO WHOSWHO "who-is-who.example" + +///////////////////////////////////////////////////////////////////////////// +// // String Table //