mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 15:37:30 -06:00
FIX:changed plug-in to Plug-in
Change-Id: Ic093cbf7698bdb3aa81b77eeefc0ba4667cb1815
This commit is contained in:
parent
f4043ea5e4
commit
ebeb92bee1
1 changed files with 2 additions and 2 deletions
|
@ -1439,7 +1439,7 @@ void GUI_App::restart_networking()
|
||||||
|
|
||||||
int GUI_App::updating_bambu_networking()
|
int GUI_App::updating_bambu_networking()
|
||||||
{
|
{
|
||||||
DownloadProgressDialog dlg(_L("Downloading Bambu Network plug-in"));
|
DownloadProgressDialog dlg(_L("Downloading Bambu Network Plug-in"));
|
||||||
dlg.ShowModal();
|
dlg.ShowModal();
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
@ -2606,7 +2606,7 @@ void GUI_App::ShowUserGuide() {
|
||||||
|
|
||||||
void GUI_App::ShowDownNetPluginDlg() {
|
void GUI_App::ShowDownNetPluginDlg() {
|
||||||
try {
|
try {
|
||||||
DownloadProgressDialog dlg(_L("Downloading Bambu Network plug-in"));
|
DownloadProgressDialog dlg(_L("Downloading Bambu Network Plug-in"));
|
||||||
dlg.ShowModal();
|
dlg.ShowModal();
|
||||||
} catch (std::exception &e) {
|
} catch (std::exception &e) {
|
||||||
;
|
;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue