Fix typo in BNotification documentation
This commit is contained in:
@@ -118,7 +118,7 @@
|
|||||||
notification.SetGroup("Group");
|
notification.SetGroup("Group");
|
||||||
notification.SetTitle("Title");
|
notification.SetTitle("Title");
|
||||||
notification.SetContent("This is the content");
|
notification.SetContent("This is the content");
|
||||||
notification.SetMessageID("mainwindow_progress")
|
notification.SetMessageID("mainwindow_progress");
|
||||||
notification.SetProgress(0.5);
|
notification.SetProgress(0.5);
|
||||||
notification.Send();
|
notification.Send();
|
||||||
\endcode
|
\endcode
|
||||||
|
|||||||
Reference in New Issue
Block a user