• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

FinalCrypt - The No¹ One-Time Pad Encryption


Commit MetaInfo

Revisión568996da5762ff329747dc2e6a25afba57056246 (tree)
Tiempo2020-04-19 08:47:52
Autorron <ronuitzaandam@gmai...>
Commiterron

Log Message

Rearranged redundant checkupdate urls in sync with backup webhosts

Cambiar Resumen

Diferencia incremental

--- a/src/rdj/GUIFX.java
+++ b/src/rdj/GUIFX.java
@@ -1818,11 +1818,11 @@ public class GUIFX extends Application implements UI, Initializable
18181818
18191819 if (version.latestVersionIsKnown())
18201820 {
1821- if (( ! version.versionIsDifferent() ) && ( userActivated )) { alertCurrentVersionIsUp2Date(); }
1822- else { if (version.versionCanBeUpdated()) { alertCurrentVersionCanBeUpdated(); }
1823- else if ( (version.versionIsDevelopment() ) && ( userActivated ) ) { alertCurrentVersionIsDevelopement(); } }
1821+ if (( ! version.versionIsDifferent() ) && ( userActivated )) { alertCurrentVersionIsUp2Date(); }
1822+ else { if (version.versionCanBeUpdated()) { alertCurrentVersionCanBeUpdated(); }
1823+ else if ( (version.versionIsDevelopment() ) && ( userActivated ) ) { alertCurrentVersionIsDevelopement(); } }
18241824 }
1825- else { alertlatestVersionUnknown(); }
1825+ else { alertlatestVersionUnknown(); }
18261826
18271827 // After all check update processing comes an optional alert
18281828 if (