diff options
Diffstat (limited to '')
-rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index 58cacc63..c4838060 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -132,7 +132,7 @@ int main(int argc, char* argv[]) { int return_from_event_loop_code; int restart_count = 0; - // load integrated plugins + // load integrated modules GpgFrontend::Module::LoadGpgFrontendIntegratedModules(); do { |