X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=inc%2FFUiCtrlLabel.h;h=ad48d384f07326da581c3d27c9bf4b52d25ae219;hb=e9c41ee70f34877291c56082e40592f259ce1e54;hp=f8cde9a56bbed33508fccb2176b7b24cb3f2e395;hpb=584d357e06cc91f6712c799e486ccd6a4820dcf8;p=platform%2Fframework%2Fnative%2Fuifw.git diff --git a/inc/FUiCtrlLabel.h b/inc/FUiCtrlLabel.h index f8cde9a..ad48d38 100644 --- a/inc/FUiCtrlLabel.h +++ b/inc/FUiCtrlLabel.h @@ -9,7 +9,7 @@ // http://www.apache.org/licenses/LICENSE-2.0/ // // Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an ”AS IS” BASIS, +// distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. @@ -100,7 +100,7 @@ LabelSample::OnInitializing(void) __pLabel->SetBackgroundColor(Color::GetColor(COLOR_ID_BLUE)); // Adds the label to the form - AddControl(*__pLabel); + AddControl(__pLabel); return r; }