Home
last modified time | relevance | path

Searched refs:latest_dialog (Results 1 – 1 of 1) sorted by relevance

/dports/comms/fldigi/fldigi-4.1.20/src/dialogs/
H A Dfl_digi.cxx2730 static notify_dialog *latest_dialog = 0; variable
2752 if (!latest_dialog) latest_dialog = new notify_dialog; in cb_mnuCheckUpdate()
2754 latest_dialog->notify(_("You are running the latest version"), 5.0); in cb_mnuCheckUpdate()
2755 REQ(show_notifier, latest_dialog); in cb_mnuCheckUpdate()
2761 latest_dialog->notify(probable.c_str(), 5.0); in cb_mnuCheckUpdate()
2762 REQ(show_notifier, latest_dialog); in cb_mnuCheckUpdate()