Home | News | Projects | Releases
Bugs | RFE | Repositories | Help
Added comments to describe functions in frmContactEditorTimezones
authorSteve Brokenshire <sbrokenshire@xestia.co.uk>
Sun, 13 Mar 2016 10:04:42 +0000 (10:04 +0000)
committerSteve Brokenshire <sbrokenshire@xestia.co.uk>
Sun, 13 Mar 2016 10:04:42 +0000 (10:04 +0000)
source/contacteditor/frmContactEditorTimezones.cpp

index d33764b..9ea1441 100644 (file)
@@ -24,12 +24,19 @@ frmContactEditorTimezones::frmContactEditorTimezones( wxWindow* parent )
 :
 frmContactEditorTimezonesADT( parent )
 {
+       
+       // Setup the window.
+       
        EditorMode = FALSE;
        sliPriority->Disable();
+       
 }
 
 void frmContactEditorTimezones::EnablePriority( wxCommandEvent& event )
 {
+       
+       // Enable/disable the priority setting.
+       
        if (chkUsePref->IsChecked()){
                sliPriority->Enable();
        } else {
@@ -90,6 +97,8 @@ void frmContactEditorTimezones::SetEditorMode(bool EditMode, SectionType SectTyp
 
 void frmContactEditorTimezones::ProcessAction( wxCommandEvent& event )
 {
+
+       // Process action.
        
        long ListCtrlIndex;
 
@@ -199,6 +208,9 @@ void frmContactEditorTimezones::ProcessAction( wxCommandEvent& event )
 
 void frmContactEditorTimezones::CloseWindow( wxCommandEvent& event )
 {
+       
+       // Close this window.
+       
        this->Close();
 }
 
Xestia Software Development
Yn Maystri
© 2006 - 2019 Xestia Software Development
Software

Xestia Address Book
Xestia Calendar
Development

Xestia Gelforn
Everything else

About
News
Privacy Policy