Skip to content

Commit af301cf

Browse files
committed
Update contact email to gui@open-ephys.org
1 parent bd11c8c commit af301cf

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Source/MainWindow.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ void MainWindow::handleCrash (void* input)
351351

352352
AlertWindow::showMessageBox (AlertWindow::NoIcon,
353353
"Open Ephys has stopped working",
354-
"To help fix the problem, please email the following files to support@open-ephys.org: \n\n"
354+
"To help fix the problem, please email the following files to gui@open-ephys.org: \n\n"
355355
+ recoveryFileLocation
356356
+ "\n\n"
357357
+ crashLog.getFullPathName());

Source/UI/InfoLabel.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ void InfoLabel::setAboutText()
251251
aboutText.append ("Source Code\n\n", FontOptions { "Nimbus Sans", "Regular", 20.0f });
252252
aboutText.append ("GitHub repository: ", FontOptions { "Nimbus Sans", "Regular", 16.0f });
253253

254-
aboutText.append ("github.com/open-ephys/plugin-GUI\n\n\n", FontOptions { "Fira Code", "Regular", 16.0f });
254+
aboutText.append ("github.com/open-ephys/plugin-gui\n\n\n", FontOptions { "Fira Code", "Regular", 16.0f });
255255

256256
aboutText.append ("Publications\n\n", FontOptions { "Nimbus Sans", "Regular", 20.0f });
257257
aboutText.append ("Any publications based on data collected with this software should "
@@ -267,10 +267,10 @@ void InfoLabel::setAboutText()
267267
aboutText.append ("Contact\n\n", FontOptions { "Nimbus Sans", "Regular", 20.0f });
268268
aboutText.append ("For questions, email ", FontOptions { "Nimbus Sans", "Regular", 16.0f });
269269

270-
aboutText.append ("support@open-ephys.org", FontOptions { "Fira Code", "Regular", 16.0f });
270+
aboutText.append ("gui@open-ephys.org", FontOptions { "Fira Code", "Regular", 16.0f });
271271

272272
aboutText.append (" or post an issue at ", FontOptions { "Nimbus Sans", "Regular", 16.0f });
273-
aboutText.append ("github.com/open-ephys/plugin-GUI/Issues", FontOptions { "Fira Code", "Regular", 16.0f });
273+
aboutText.append ("github.com/open-ephys/plugin-gui/Issues", FontOptions { "Fira Code", "Regular", 16.0f });
274274
}
275275

276276
void InfoLabel::setAuthorsText()

0 commit comments

Comments
 (0)