Subversion Repositories eFlore/Applications.coel

Rev

Rev 1415 | Rev 1513 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1415 Rev 1417
Line 52... Line 52...
52
				((Mediateur) Registry.get(RegistreId.MEDIATEUR)).ouvrirFenetreJournal();
52
				((Mediateur) Registry.get(RegistreId.MEDIATEUR)).ouvrirFenetreJournal();
53
			}
53
			}
54
		});
54
		});
55
		toolBar.add(messageErreur);
55
		toolBar.add(messageErreur);
Line -... Line 56...
-
 
56
		
-
 
57
		Status version = new Status();
-
 
58
		String infoVersionAppli = Registry.get(RegistreId.APPLI_CODE)+" v"+Registry.get(RegistreId.APPLI_VERSION)+" - "+Registry.get(RegistreId.APPLI_VERSION_NOM);
-
 
59
		version.setText(infoVersionAppli);
Line 56... Line 60...
56
		
60
		toolBar.add(version);
57
		
61
		
Line 58... Line 62...
58
		add(toolBar);
62
		add(toolBar);