diff options
Diffstat (limited to 'src/ui/certimportwidget.c')
-rw-r--r-- | src/ui/certimportwidget.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/ui/certimportwidget.c b/src/ui/certimportwidget.c index 3a037135..fdc189db 100644 --- a/src/ui/certimportwidget.c +++ b/src/ui/certimportwidget.c | |||
@@ -207,8 +207,8 @@ static iBool processEvent_CertImportWidget_(iCertImportWidget *d, const SDL_Even | |||
207 | const int mods = keyMods_Sym(ev->key.keysym.mod); | 207 | const int mods = keyMods_Sym(ev->key.keysym.mod); |
208 | if (key == SDLK_v && mods == KMOD_PRIMARY) { | 208 | if (key == SDLK_v && mods == KMOD_PRIMARY) { |
209 | if (!tryImportFromClipboard_CertImportWidget_(d)) { | 209 | if (!tryImportFromClipboard_CertImportWidget_(d)) { |
210 | makeMessage_Widget(uiTextCaution_ColorEscape "${heading.certimport.pasted}", | 210 | makeSimpleMessage_Widget(uiTextCaution_ColorEscape "${heading.certimport.pasted}", |
211 | "${dlg.certimport.notfound}"); | 211 | "${dlg.certimport.notfound}"); |
212 | } | 212 | } |
213 | postRefresh_App(); | 213 | postRefresh_App(); |
214 | return iTrue; | 214 | return iTrue; |
@@ -241,8 +241,8 @@ static iBool processEvent_CertImportWidget_(iCertImportWidget *d, const SDL_Even | |||
241 | } | 241 | } |
242 | } | 242 | } |
243 | else { | 243 | else { |
244 | makeMessage_Widget(uiTextCaution_ColorEscape "${heading.certimport.dropped}", | 244 | makeSimpleMessage_Widget(uiTextCaution_ColorEscape "${heading.certimport.dropped}", |
245 | "${dlg.certimport.notfound}"); | 245 | "${dlg.certimport.notfound}"); |
246 | } | 246 | } |
247 | } | 247 | } |
248 | iRelease(f); | 248 | iRelease(f); |