summaryrefslogtreecommitdiff
path: root/muse2/synti/fluid/fluidgui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'muse2/synti/fluid/fluidgui.cpp')
-rw-r--r--muse2/synti/fluid/fluidgui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/muse2/synti/fluid/fluidgui.cpp b/muse2/synti/fluid/fluidgui.cpp
index 46a735cd..4782e741 100644
--- a/muse2/synti/fluid/fluidgui.cpp
+++ b/muse2/synti/fluid/fluidgui.cpp
@@ -55,7 +55,7 @@ void FLUIDGui::loadFont()
QMessageBox::critical(this, tr("FLUID: open Soundfile"), s);
return;
}
- const char* path = pathEntry->text().latin1();
+ const char* path = pathEntry->text().toLatin1();
int len = strlen(path) + 1 + 3;
unsigned char buffer[len];
int k = 0;