Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Factory:Rebuild
filezilla
filezilla-sftp_crypt_info_dlg.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File filezilla-sftp_crypt_info_dlg.patch of Package filezilla
diff -Pdpru filezilla-3.67.0.orig/src/interface/sftp_crypt_info_dlg.cpp filezilla-3.67.0/src/interface/sftp_crypt_info_dlg.cpp --- filezilla-3.67.0.orig/src/interface/sftp_crypt_info_dlg.cpp 2024-03-09 05:30:02.000000000 +0100 +++ filezilla-3.67.0/src/interface/sftp_crypt_info_dlg.cpp 2024-04-17 14:29:08.105201893 +0200 @@ -28,7 +28,7 @@ void CSftpEncryptioInfoDialog::ShowDialo { auto [box, inner] = lay.createStatBox(main, _("Server host key"), 2); inner->Add(new wxStaticText(box, nullID, _("Algorithm:"))); - inner->Add(new wxStaticText(box, nullID, pNotification->hostKeyAlgorithm.empty() ? _("Unknown") : LabelEscape(pNotification->hostKeyAlgorithm))); + inner->Add(new wxStaticText(box, nullID, pNotification->hostKeyAlgorithm.empty() ? wxString(_("Unknown")) : wxString(LabelEscape(pNotification->hostKeyAlgorithm)))); inner->Add(new wxStaticText(box, nullID, _("Fingerprints:"))); inner->Add(new wxStaticText(box, nullID, LabelEscape(pNotification->hostKeyFingerprint))); }
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor