- wxString home;
- AddSection(wxT("/"), _("The Computer"), 0)
- wxGetHomeDir(&home);
- AddSection(home, _("My Home"), 0 )
- AddSection(wxT("/mnt"), _("Mounted Devices"), 0 )
- AddSection(wxT("/usr/local"), _("User Local"), 0 )
- AddSection(wxT("/usr"), _("User"), 0 )
- AddSection(wxT("/var"), _("Variables"), 0 )
- AddSection(wxT("/etc"), _("Etcetera"), 0 )
- AddSection(wxT("/tmp"), _("Temporary"), 0 )
+ AddSection(wxT("/"), _("The Computer"), 0);
+ AddSection(wxGetHomeDir(), _("My Home"), 0 );
+ AddSection(wxT("/mnt"), _("Mounted Devices"), 0 );
+ AddSection(wxT("/usr/local"), _("User Local"), 0 );
+ AddSection(wxT("/usr"), _("User"), 0 );
+ AddSection(wxT("/var"), _("Variables"), 0 );
+ AddSection(wxT("/etc"), _("Etcetera"), 0 );
+ AddSection(wxT("/tmp"), _("Temporary"), 0 );