]> sigrok.org Git - pulseview.git/blobdiff - pv/application.cpp
Only show sampling points when zoomed in far enough.
[pulseview.git] / pv / application.cpp
index 224cc60007dce1a3464368bedad4f77cc36dfbe0..80a22ab9ebb51faefc8124bc36b13df0c1e54ba7 100644 (file)
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
-#include "application.h"
+#include "application.hpp"
 #include "config.h"
 
 #include <iostream>
@@ -28,6 +27,7 @@ Application::Application(int &argc, char* argv[]) :
 {
        setApplicationVersion(PV_VERSION_STRING);
        setApplicationName("PulseView");
+       setOrganizationName("sigrok");
        setOrganizationDomain("sigrok.org");
 }