diff --git a/cck/driver/interpret.cpp b/cck/driver/interpret.cpp index 378a77872f00..a581e1b7d555 100644 --- a/cck/driver/interpret.cpp +++ b/cck/driver/interpret.cpp @@ -145,7 +145,7 @@ BOOL CInterpret::BrowseFile(WIDGET *curWidget) if (tmpWidget && (CEdit*)tmpWidget->control) { tmpWidget->value = fullFileName; - if (tmpWidget->name == "BlobinstallerPath") + if (tmpWidget->type == "EditBox") tmpWidget->display = fullFileName; else tmpWidget->display = GetTrimFile(fullFileName);