Missing word in commenmt
This commit is contained in:
parent
2c9e5ba90a
commit
5fc03b94a3
@ -78,7 +78,7 @@ public class SeSimApplication extends javax.swing.JFrame {
|
|||||||
// Set Application title (no file is currently opened)
|
// Set Application title (no file is currently opened)
|
||||||
setTitleWithFileName("");
|
setTitleWithFileName("");
|
||||||
|
|
||||||
// check if are runing the very first time,
|
// check if we are runing the very first time,
|
||||||
// and if: Load a default configuration from our resources
|
// and if: Load a default configuration from our resources
|
||||||
boolean init = Globals.prefs.getBoolean("initilized", false);
|
boolean init = Globals.prefs.getBoolean("initilized", false);
|
||||||
if (!init){
|
if (!init){
|
||||||
|
Loading…
Reference in New Issue
Block a user