Fix a fatal error message

Thanks to 'Nix' for the patch!
pull/1/head
Timothy Pearson 12 years ago
parent 357431db7f
commit 5c988de1bd

@ -10,7 +10,7 @@
#################################################
if( NOT BUILD_KOPETE_PROTOCOL_MSN )
tde_message_error( "netmeeting plugin needs msn protocol.\n Add -DBUILD_KOPETE_PROTOCOL_MSN=ON to cmake flags." )
tde_message_fatal( "netmeeting plugin needs msn protocol.\n Add -DBUILD_KOPETE_PROTOCOL_MSN=ON to cmake flags." )
endif( )
include_directories(

Loading…
Cancel
Save