diff options
-rw-r--r-- | fpicker/source/aqua/SalAquaPicker.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fpicker/source/aqua/SalAquaPicker.mm b/fpicker/source/aqua/SalAquaPicker.mm index 0809842cb23e..cb83b21f6b89 100644 --- a/fpicker/source/aqua/SalAquaPicker.mm +++ b/fpicker/source/aqua/SalAquaPicker.mm @@ -83,7 +83,7 @@ void SalAquaPicker::implInitialize() case NAVIGATIONSERVICES_SAVE: m_pDialog = [NSSavePanel savePanel]; - [(NSSavePanel*)m_pDialog setCanSelectHiddenExtension:NO]; //changed for issue #102102 + [m_pDialog setCanSelectHiddenExtension:NO]; //changed for issue #102102 /* I would have loved to use * [(NSSavePanel*)m_pDialog setExtensionHidden:YES]; * here but unfortunately this |