X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/56465170cc4b3ba3a12d70ab51f0256cc1d02525..3ab6b7e64c3f3e0ad945976dad35677fdf41dd35:/src/gtk/utilsgtk.cpp diff --git a/src/gtk/utilsgtk.cpp b/src/gtk/utilsgtk.cpp index a87e1c321e..e7b6208cec 100644 --- a/src/gtk/utilsgtk.cpp +++ b/src/gtk/utilsgtk.cpp @@ -552,7 +552,7 @@ wxGUIAppTraits::GetStandardCmdLineOptions(wxArrayString& names, names.push_back(wxGetNameFromGtkOptionEntry(&entries[n])); const gchar * const entryDesc = entries[n].description; - desc.push_back(entryDesc ? wxString(entryDesc) : _T("")); + desc.push_back(wxString(entryDesc)); } g_option_group_free (gtkOpts);