Changeset 336 in pacpusframework


Ignore:
Timestamp:
12/09/14 09:50:46 (10 years ago)
Author:
phudelai
Message:

CMakeLists.txt and PacpusSensor's comment updated

Location:
branches/0.1.x
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/0.1.x/CMakeLists.txt

    r333 r336  
    9595# ========================================
    9696include(${PACPUS_CMAKE_DIR}/PacpusInstall.cmake)
    97 set( ENV{PACPUS_ROOT} ${PACPUS_INSTALL_DIR} )
     97set(ENV{PACPUS_ROOT} ${PACPUS_INSTALL_DIR})
    9898
    9999# ========================================
  • branches/0.1.x/src/PacpusSensor/src/ui/pacpusmainwindow.cpp

    r335 r336  
    121121//      state           color       box
    122122//      --------------------------------------
    123 //      stopped         white       unchecked
    124 //      not monitored   gray        checked
     123//      stopped         gray        unchecked
     124//      not monitored   black       checked
    125125//      monitor ok      green       checked
    126126//      monitor nok     red         checked
Note: See TracChangeset for help on using the changeset viewer.