/* * Jitsi, the OpenSource Java VoIP and Instant Messaging client. * * Distributable under LGPL license. See terms of license at gnu.org. */ package net.java.sip.communicator.plugin.propertieseditor; /** * The Constants of this package. * * @author Marin Dzhigarov */ public class Constants { /** * Property indicating whether or not to show the WarningPanel */ public static String SHOW_WARNING_MSG_PROP = "net.java.sip.communicator.plugin.propertieseditor.showWarningMsg"; }